ImageGearJava Project > com.accusoft.imagegear.art Package : ImGearARTPolyRuler Class |
The following tables list the members exposed by ImGearARTPolyRuler.
Name | Description | |
---|---|---|
ImGearARTPolyRuler 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) | |
getAspectDenominatorX | Gets the mark's X aspect denominator value.
ART Poly Ruler object is designed to display the distance between points on the image. Point's coordinates are specified in image pixel units, and the Polyline Ruler displays the distance measured in these units. AspectDenominator/AspectNumerator properties help to change measurement units from image pixels to more convenient measurment units like meters or inches. The default value is 1. | |
getAspectDenominatorY | Gets the Mark's Y aspect denominator value.
ART Poly Ruler object is designed to display the distance between points on the image. Point's coordinates are specified in image pixel units, and the Polyline Ruler displays the distance measured in these units. AspectDenominator/AspectNumerator properties help to change measurement units from image pixels to more convenient measurement units, like meters or inches. The default value is 1. | |
getAspectNumeratorX | Gets the mark's X aspect numerator value.
ART Poly Ruler object is designed to display the distance between points on the image. Point's coordinates are specified in image pixel units, and the Polyline Ruler displays the distance measured in these units. AspectDenominator/AspectNumerator properties help to change measurement units from image pixels to more convenient measurement units, like meters or inches. The default value is 1. | |
getAspectNumeratorY | Gets the mark's Y aspect numerator value.
ART Poly Ruler object is designed to display the distance between points on the image. Point's coordinates are specified in image pixel units, and the Polyline Ruler displays the distance measured in these units. AspectDenominator/AspectNumerator properties help to change measurement units from image pixels to more convenient measurement units, like meters or inches. 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 color of the mark.
| |
getEndLineLength | Gets the length of the mark's end line.
The default value is 20. | |
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.
The default value is "Arial". | |
getFontSize | Gets the font pointSize of the text font.
| |
getFontStyleART | Gets the font style of the text font.
Aggregates of ImGearARTFontStyles enumeration value. | |
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) | |
getLabel | Gets the mark label.
The default value is "%d mm". | |
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.
| |
getPrecision | Gets the number of decimal digits displayed for the mark.
The default value is 1. | |
getStartLineLength | Gets the length of the mark's start line.
The default value is 20. | |
getStatistics | Gets an object representing specific statistics information about the mark.
| |
getStyle | Gets the mark's line style.
| |
getType | Gets mark's type.
| |
getWidth | Gets the mark's line width.
| |
isVisible | Gets a value indicating whether the mark is visible or not.
| |
move | Moves the mark by specified offset. | |
setAspectDenominatorX | Sets the mark's X aspect denominator value.
ART Poly Ruler object is designed to display the distance between points on the image. Point's coordinates are specified in image pixel units, and the Polyline Ruler displays the distance measured in these units. AspectDenominator/AspectNumerator properties help to change measurement units from image pixels to more convenient measurment units like meters or inches. The default value is 1. | |
setAspectDenominatorY | Sets the Mark's Y aspect denominator value.
ART Poly Ruler object is designed to display the distance between points on the image. Point's coordinates are specified in image pixel units, and the Polyline Ruler displays the distance measured in these units. AspectDenominator/AspectNumerator properties help to change measurement units from image pixels to more convenient measurement units, like meters or inches. The default value is 1. | |
setAspectNumeratorX | Sets the mark's X aspect numerator value.
ART Poly Ruler object is designed to display the distance between points on the image. Point's coordinates are specified in image pixel units, and the Polyline Ruler displays the distance measured in these units. AspectDenominator/AspectNumerator properties help to change measurement units from image pixels to more convenient measurement units, like meters or inches. The default value is 1. | |
setAspectNumeratorY | Sets the mark's Y aspect numerator value.
ART Poly Ruler object is designed to display the distance between points on the image. Point's coordinates are specified in image pixel units, and the Polyline Ruler displays the distance measured in these units. AspectDenominator/AspectNumerator properties help to change measurement units from image pixels to more convenient measurement units, like meters or inches. The default value is 1. | |
setColor | Sets the color of the mark.
| |
setEndLineLength | Sets the length of the mark's end line.
The default value is 20. | |
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.
The default value is "Arial". | |
setFontSize | Sets the font pointSize of the text font.
| |
setFontStyleART | Sets the font style of the text font.
Aggregates of ImGearARTFontStyles enumeration value. | |
setLabel | Sets the mark label.
The default value is "%d mm". | |
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. | |
setPrecision | Sets the number of decimal digits displayed for the mark.
The default value is 1. | |
setStartLineLength | Sets the length of the mark's start line.
The default value is 20. | |
setStyle | Sets the mark's line style.
| |
setVisible | Sets a value indicating whether the mark is visible or not.
| |
setWidth | Sets the mark's line width.
|