ImageGearJava Project > com.accusoft.imagegear.art Package : ImGearARTProtractor Class |
The following tables list the members exposed by ImGearARTProtractor.
Name | Description | |
---|---|---|
ImGearARTProtractor 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) | |
getArcRadius | Gets the radius of the arc drawn in the mark.
The radius is measured in pixels. The default value is 0. | |
getAspectDenominatorX | Gets the mark's X aspect denominator value.
The default value is 1. | |
getAspectDenominatorY | Gets the Mark's Y aspect denominator value.
The default value is 1. | |
getAspectNumeratorX | Gets the mark's X aspect numerator value.
The default value is 1. | |
getAspectNumeratorY | Gets the mark's Y aspect numerator value.
The default value is 1. | |
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 mark color.
| |
getEndPoint | Gets the end point of the protractor.
| |
getFontDisablePPM | Gets a value indicating whether the PPM option is disabled in font pointSize calculations.
True - disables PPM and display parameters in font pointSize calculations for the current mark, False - enables font pointSize calculations. The default value is false. | |
getFontName | Gets the font name of the text font.
| |
getFontSize | Gets the font pointSize of the text font.
| |
getFontStyleART | Gets the font style of the text font.
Aggregates of ImGearARTFontStyles enumeration value. | |
getHeadPoint | Gets the head point of the protractor.
| |
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 opacity of the mark.
The default value is 255. | |
getPrecision | Gets the number of decimal digits displayed for the mark.
The default value is 1. | |
getStartPoint | Gets the start point of the protractor.
| |
getStatistics | Gets an object representing specific statistics information about the mark.
| |
getStyle | Gets the style of the mark's line.
| |
getType | Gets mark's type.
| |
getWidth | Gets the width of the mark's line.
| |
isVisible | Gets a value indicating whether the mark is visible or not.
| |
move | Moves the mark by specified offset. | |
setArcRadius | Sets the radius of the arc drawn in the mark.
The radius is measured in pixels. The default value is 0. | |
setAspectDenominatorX | Sets the mark's X aspect denominator value.
The default value is 1. | |
setAspectDenominatorY | Sets the Mark's Y aspect denominator value.
The default value is 1. | |
setAspectNumeratorX | Sets the mark's X aspect numerator value.
The default value is 1. | |
setAspectNumeratorY | Sets the mark's Y aspect numerator value.
The default value is 1. | |
setColor | Sets the mark color.
| |
setEndPoint | Sets the end point of the protractor.
| |
setFontDisablePPM | Sets a value indicating whether the PPM option is disabled in font pointSize calculations.
True - disables PPM and display parameters in font pointSize calculations for the current mark, False - enables font pointSize calculations. The default value is false. | |
setFontName | Sets the font name of the text font.
| |
setFontSize | Sets the font pointSize of the text font.
| |
setFontStyleART | Sets the font style of the text font.
Aggregates of ImGearARTFontStyles enumeration value. | |
setHeadPoint | Sets the head point of the protractor.
| |
setOpacity | Sets the opacity of the mark.
The default value is 255. | |
setPrecision | Sets the number of decimal digits displayed for the mark.
The default value is 1. | |
setStartPoint | Sets the start point of the protractor.
| |
setStyle | Sets the style of the mark's line.
| |
setVisible | Sets a value indicating whether the mark is visible or not.
| |
setWidth | Sets the width of the mark's line.
|