ImageGearJava Project > com.accusoft.imagegear.art Package : ImGearARTPage Class |
The following tables list the members exposed by ImGearARTPage.
Name | Description | |
---|---|---|
ImGearARTPage Constructor | Initializes a new instance of the ImGearARTPage class object. |
Name | Description | |
---|---|---|
markAdded | Occurs when a mark is added. | |
markChanged | Occurs when a mark is changed. | |
markRemoved | Occurs when a mark is removed. | |
markSelectionChanged | Occurs when a mark's selection is changed. | |
markZOrderChanged | Occurs when a mark's Z-Order is changed. |
Name | Description | |
---|---|---|
addMark | Overloaded. Adds the specified mark into the annotation page group specified by name. | |
applyToImage | Applies the encryption marks from the annotation page to the image. | |
convertCoordinates | Overloaded. Translates coordinates between image and device coordinate systems. | |
copyMarks | Overloaded. Copies collection of specified marks to the Windows clipboard. | |
cutMarks | Overloaded. Cuts collection of specified marks from the annotation page to the Windows clipboard. | |
getBounds | Gets the bounding rectangle of the annotation page.
This is a rectangle that encloses all annotation marks on the page. This method can be used if you want to change the default bounding rectangle or when the marks' coordinates are specified in device units. If this method is set to null and ART page is associated with com.accusoft.imagegear.core.ImGearPage class the com.accusoft.imagegear.core.ImGearPage class's rectangle is used. The default value is null. | |
getGroups | Gets an array of annotation groups in the page.
| |
getMarkCount | Gets the marks count in the page.
| |
getMarkIDiterator | Returns an iterator over the mark IDs. | |
getOrientation | Gets the orientation of the annotation page layout.
The default value is ImGearOrientationModes.TOP_LEFT. 1 for XML objects. See getBounds method for more information about the page layout rectangle. com.accusoft.imagegear.core.ImGearOrientationcom.accusoft.imagegear.core.ImGearOrientationModes | |
getPasteCount | Gets the number of marks currently in the Windows clipboard.
| |
getStartIndex | Gets the start index of the marks enumeration on the page.
| |
hitTest | Returns the index of topmost annotation mark of a hit test. | |
iterator | Gets the page enumerator class. | |
markBringToFront | Overloaded. Moves the specified mark to the top of Z-Order. | |
markCopy | Overloaded. Copies the specified mark to the Windows clipboard. | |
markCut | Overloaded. Cuts the specified mark from the annotation page to the Windows clipboard. | |
markGet | Gets a mark by its ID. | |
markIsSelected | Overloaded. Checks if the specified mark is selected. | |
markIsValid | Overloaded. Checks if the mark is valid. | |
markRemove | Overloaded. Deletes the mark. | |
markSelect | Overloaded. Selects or deselects the specified mark. | |
markSendToBack | Overloaded. Moves the specified mark to the bottom of Z-Order. | |
markSetCoordType | Overloaded. Sets new type of the coordinates system for the specified mark. | |
pasteMarks | Pastes all marks from the Windows clipboard to the annotation page. | |
removeMarks | Overloaded. Deletes all marks from the annotation page. | |
selectMarks | Selects or deselects all marks in the annotation page. | |
setBounds | Sets the bounding rectangle of the annotation page.
This is a rectangle that encloses all annotation marks on the page. This method can be used if you want to change the default bounding rectangle or when the marks' coordinates are specified in device units. If this property is set to null and ART page is associated with com.accusoft.imagegear.core.ImGearPage class the com.accusoft.imagegear.core.ImGearPage class's rectangle is used. The default value is null. | |
setCoordType | Sets new type of the coordinates system for the entire mark collection. | |
setOrientation | Sets the orientation of the annotation page layout.
The default value is ImGearOrientationModes.TOP_LEFT. 1 for XML objects. See getBounds method for more information about the page layout rectangle. com.accusoft.imagegear.core.ImGearOrientationcom.accusoft.imagegear.core.ImGearOrientationModes | |
setStartIndex | Sets the start index of the marks enumeration on the page.
|
Name | Description | |
---|---|---|
onMarkAdded | Occurs when a mark is added. | |
onMarkChanged | Occurs when a mark is changed. | |
onMarkRemoved | Occurs when a mark is removed. | |
onMarkSelectionChanged | Occurs when a mark's selection is changed. | |
onMarkZOrderChanged | Occurs when a mark's Z-Order is changed. | |
onPropertyChanged | Can be called by subclasses when their properties change. Subscribers, com.accusoft.imagegear.callbackinterfaces.IImGearPropertyChangedListeners are subsequently notified. (Inherited from com.accusoft.imagegear.display.ImGearAnnotationPage) |