ImageGearJava Project > com.accusoft.imagegear.art Package : ImGearARTPolyline Class |
The following tables list the members exposed by ImGearARTPolyline.
Name | Description | |
---|---|---|
ImGearARTPolyline 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) | |
getBounds | Gets mark's bounding rectangle in abstract coordinates.
Type of the mark's coordinate system is specifying when using ImGearARTPage.addMark method. | |
getColor | Gets the color of the mark.
| |
getEndHeadAngle | Gets the end head angle of the mark.
| |
getEndHeadLength | Gets the end head length of the mark.
| |
getEndHeadType | Gets the end head type of the mark.
| |
getHeadFillColor | Gets the fill color of the line's head.
| |
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 mark's points.
| |
getOpacity | Gets the opacity of the mark.
The default value is 255. | |
getPoint | Gets mark's point with the specified index. | |
getPoints | Gets the raw points array.
| |
getStartHeadAngle | Gets the start head angle of the mark.
| |
getStartHeadLength | Gets the start head length of the mark.
| |
getStartHeadType | Gets the start head type of the mark.
| |
getStatistics | Gets an object representing specific statistics information about the mark.
| |
getStyle | Gets the style of the mark.
| |
getType | Gets mark's type.
| |
getWidth | Gets the width of the mark.
| |
isClosed | Gets a value indicating whether the polyline is closed.
The default value is false. | |
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. | |
setClosed | Sets a value indicating whether the polyline is closed.
The default value is false. | |
setColor | Sets the color of the mark.
| |
setEndHeadAngle | Sets the end head angle of the mark.
| |
setEndHeadLength | Sets the end head length of the mark.
| |
setEndHeadType | Sets the end head type of the mark.
| |
setHeadFillColor | Sets the fill color of the line's head.
| |
setNumberOfPoints | Sets the actual number of mark's points.
| |
setOpacity | Sets the opacity of the mark.
The default value is 255. | |
setPoint | Sets mark's point at the specified index. | |
setStartHeadAngle | Sets the start head angle of the mark.
| |
setStartHeadLength | Sets the start head length of the mark.
| |
setStartHeadType | Sets the start head type of the mark.
| |
setStyle | Sets the style of the mark.
| |
setVisible | Sets a value indicating whether the mark is visible or not.
| |
setWidth | Sets the width of the mark.
|
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. |