ImageGearJava Project > com.accusoft.imagegear.art Package : ImGearARTLine Class |
The following tables list the members exposed by ImGearARTLine.
Name | Description | |
---|---|---|
ImGearARTLine 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 line color.
| |
getEndHeadAngle | Gets the angle of the line's end head.
| |
getEndHeadLength | Gets the length of the line's end head.
| |
getEndHeadType | Gets the type of the line's end head.
| |
getEndPoint | Gets the end point of the line. `
| |
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) | |
getOpacity | Gets the line opacity.
The default value is 255. | |
getStartHeadAngle | Gets the angle of the line's start head.
| |
getStartHeadLength | Gets the length of the line's start head.
| |
getStartHeadType | Gets the type of the line's start head.
| |
getStartPoint | Gets the start point of the line.
| |
getStatistics | Gets an object representing specific statistics information about the mark.
| |
getStyle | Gets the style of the line.
| |
getType | Gets mark's type.
| |
getWidth | Gets the line width.
The default value is 1. | |
isVisible | Gets a value indicating whether the mark is visible or not.
| |
move | Moves the mark by specified offset. | |
setColor | Sets the line color.
| |
setEndHeadAngle | Sets the angle of the line's end head.
| |
setEndHeadLength | Sets the length of the line's end head.
| |
setEndHeadType | Sets the type of the line's end head.
| |
setEndPoint | Sets the end point of the line. `
| |
setHeadFillColor | Sets the fill color of the line's head.
| |
setOpacity | Sets the line opacity.
The default value is 255. | |
setStartHeadAngle | Sets the angle of the line's start head.
| |
setStartHeadLength | Sets the length of the line's start head.
| |
setStartHeadType | Sets the type of the line's start head.
| |
setStartPoint | Sets the start point of the line.
| |
setStyle | Sets the style of the line.
| |
setVisible | Sets a value indicating whether the mark is visible or not.
| |
setWidth | Sets the line width.
The default value is 1. |