ImageGearJava Project > com.accusoft.imagegear.art Package : ImGearARTArrow Class |
The following tables list the members exposed by ImGearARTArrow.
Name | Description | |
---|---|---|
ImGearARTArrow Constructor | Overloaded. |
Name | Description | |
---|---|---|
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 arrow color.
| |
getEndPoint | Gets the end point of the arrow.
| |
getHeadAngle | Gets the angle of the arrow head.
The default value is 0. | |
getHeadLength | Gets the length of the arrow head.
| |
getHeadType | Gets the type of the arrow head.
| |
getHighlight | Gets a value indicating whether the arrow 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) | |
getStartPoint | Gets the start point of the arrow.
| |
getStatistics | Gets an object representing specific statistics information about the mark.
| |
getType | Gets mark's type.
| |
getWidth | Gets the width of the arrow line.
| |
isVisible | Gets a value indicating whether the mark is visible or not.
| |
move | Moves the mark by specified offset. | |
setColor | Sets the arrow color.
| |
setEndPoint | Sets the end point of the arrow.
| |
setHeadAngle | Sets the angle of the arrow head.
The default value is 0. | |
setHeadLength | Sets the length of the arrow head.
| |
setHeadType | Sets the type of the arrow head.
| |
setHighlight | Sets a value indicating whether the arrow is highlighted.
| |
setStartPoint | Sets the start point of the arrow.
| |
setVisible | Sets a value indicating whether the mark is visible or not.
| |
setWidth | Sets the width of the arrow line.
|