ImageGearJava Project > com.accusoft.imagegear.art Package : ImGearARTRuler Class |
The following tables list the members exposed by ImGearARTRuler.
Name | Description | |
---|---|---|
ImGearARTRuler 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 Ruler object is designed to display the distance between 2 points on the image. Point's coordinates are specified in image pixel units, and the 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 Ruler object is designed to display the distance between 2 points on the image. Point's coordinates are specified in image pixel units, and the 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 Ruler object is designed to display the distance between 2 points on the image. Point's coordinates are specified in image pixel units, and the 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 Ruler object is designed to display the distance between 2 points on the image. Point's coordinates are specified in image pixel units, and the 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. | |
getEndPoint | Gets the end point of the mark.
| |
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". | |
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. | |
getStartLineLength | Gets the length of the mark's start line.
The default value is 20. | |
getStartPoint | Gets the start point of the mark.
| |
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 Ruler object is designed to display the distance between 2 points on the image. Point's coordinates are specified in image pixel units, and the 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 Ruler object is designed to display the distance between 2 points on the image. Point's coordinates are specified in image pixel units, and the 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 Ruler object is designed to display the distance between 2 points on the image. Point's coordinates are specified in image pixel units, and the 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 Ruler object is designed to display the distance between 2 points on the image. Point's coordinates are specified in image pixel units, and the 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. | |
setEndPoint | Sets the end point of the mark.
| |
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". | |
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. | |
setStartLineLength | Sets the length of the mark's start line.
The default value is 20. | |
setStartPoint | Sets the start point of the mark.
| |
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.
|