ImageGearJava Project > com.accusoft.imagegear.art Package : ImGearARTPolygon Class |
The following tables list the members exposed by ImGearARTPolygon.
Name | Description | |
---|---|---|
ImGearARTPolygon Constructor | Overloaded. |
Name | Description | |
---|---|---|
pointAdded | Occurs when a point is added to the mark. | |
pointChanged | Occurs when a point is changed. | |
pointsRemoved | Occurs when points are removed. |
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) | |
getBorder | Gets the border 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. | |
getFillColor | Gets the fill color of the mark.
| |
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 actual number of points on the mark.
| |
getOpacity | Gets the mark opacity.
The default value is 255. | |
getPoint | Gets mark's point with the specified index. | |
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. | |
removePoints | Removes the specified number of points, starting at the specified index.
An error will occur if the specified index or specified number of points to remove is out of range. | |
setBorder | Sets the border of the mark.
| |
setFillColor | Sets the fill color of the mark.
| |
setNumberOfPoints | Sets the actual number of points on the mark.
| |
setOpacity | Sets the mark opacity.
The default value is 255. | |
setPoint | Sets mark's point at 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. | |
onPointsRemoved | Occurs when points are removed. |