ImageGearJava Project > com.accusoft.imagegear.art Package : ImGearARTHollowPolygon Class |
The following tables list the members exposed by ImGearARTHollowPolygon.
Name | Description | |
---|---|---|
ImGearARTHollowPolygon Constructor | Overloaded. |
Name | Description | |
---|---|---|
pointAdded | Occurs when a point is added to the mark. | |
pointChanged | Occurs when a point is changed. |
Name | Description | |
---|---|---|
addPoint | Adds the specified point. | |
clone | Creates new object that is an exact copy of the current mark. (Inherited from com.accusoft.imagegear.art.ImGearARTMark) | |
fromLegacyMark | Converts legacy ART2.0 mark into the appropriate ART 3.0 mark. (Inherited from com.accusoft.imagegear.art.ImGearARTMark) | |
getBorderColor | Gets the border color of the mark.
| |
getBorderWidth | Gets the border width of the mark.
| |
getBounds | Gets mark's bounding rectangle in abstract coordinates.
Type of the mark's coordinate system is specifying when using ImGearARTPage.addMark method. | |
getHighlight | Gets a value indicating whether the mark is highlighted.
| |
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. com.accusoft.imagegear.core.shapes.ImGearRectangle (Inherited from com.accusoft.imagegear.art.ImGearARTMark) | |
getNumberOfPoints | Gets the number of points of the mark.
| |
getPoints | Gets the raw points array.
| |
getStatistics | Gets an object representing specific statistics information about the mark.
| |
getType | Gets mark's type.
| |
isVisible | Gets a value indicating whether the mark is visible or not.
| |
move | Moves the mark by specified offset. | |
setBorderColor | Sets the border color of the mark.
| |
setBorderWidth | Sets the border width of the mark.
| |
setHighlight | Sets a value indicating whether the mark is highlighted.
| |
setNumberOfPoints | Sets the number of points of the mark.
| |
setPoint | Overloaded. Gets mark's point with the specified index. | |
setVisible | Sets a value indicating whether the mark is visible or not.
|
Name | Description | |
---|---|---|
OnPointAdded | Occurs when a point is added to the mark. | |
OnPointChanged | Occurs when a point is changed. |