ImageGearJava Project > com.accusoft.imagegear.art Package : ImGearARTMark Class |
The following tables list the members exposed by ImGearARTMark.
Name | Description | |
---|---|---|
![]() | clone | Creates new object that is an exact copy of the current mark. |
![]() ![]() | fromLegacyMark | Converts legacy ART2.0 mark into the appropriate ART 3.0 mark. |
![]() | getBounds | Gets the mark's bounding rectangle in abstract coordinates.
Type of the mark's coordinate system is specifying when using ImGearARTPage.addMark method. |
![]() | getHitTestBounds | Gets the mark's boundling rectangle used for hit test.
This rectangle adds a callout point to the mark's bounding rectangle. Type of the mark's coordinate system is specifying when using ImGearARTPage.addMark method. |
![]() | getStatistics | Gets an object representing specific statistics information about the mark.
|
![]() | getType | Gets the mark's type.
|
![]() | isVisible | Gets a value indicating whether the mark's visibility state.
The default value is true. |
![]() | move | Moves the mark by specified offset. |
![]() | setVisible | Sets a value indicating whether the mark's visibility state.
The default value is true. |