ImageGearJava Project > com.accusoft.imagegear.art Package : IImGearARTRuler Interface |
The following tables list the members exposed by IImGearARTRuler.
Name | Description | |
---|---|---|
getAspectDenominatorX | Gets the mark's X aspect denominator value.
| |
getAspectDenominatorY | Gets the Mark's Y aspect denominator value.
| |
getAspectNumeratorX | Gets the mark's X aspect numerator value.
| |
getAspectNumeratorY | Gets the mark's Y aspect numerator value.
| |
getColor | Gets the color of the mark.
| |
getEndLineLength | Gets the length of the mark's end line.
| |
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. | |
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. | |
getLabel | Gets the mark label.
| |
getOpacity | Gets the opacity of the mark.
| |
getPrecision | Gets the number of decimal digits displayed for the mark.
| |
getStartLineLength | Gets the length of the mark's start line.
| |
getStartPoint | Gets the start point of the mark.
| |
getStyle | Gets the mark's line style.
| |
getWidth | Gets the mark's line width.
| |
setAspectDenominatorX | Sets the mark's X aspect denominator value.
| |
setAspectDenominatorY | Sets the Mark's Y aspect denominator value.
| |
setAspectNumeratorX | Sets the mark's X aspect numerator value.
| |
setAspectNumeratorY | Sets the mark's Y aspect numerator value.
| |
setColor | Sets the color of the mark.
| |
setEndLineLength | Sets the length of the mark's end line.
| |
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. | |
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. | |
setLabel | Sets the mark label.
| |
setOpacity | Sets the opacity of the mark.
| |
setPrecision | Sets the number of decimal digits displayed for the mark.
| |
setStartLineLength | Sets the length of the mark's start line.
| |
setStartPoint | Sets the start point of the mark.
| |
setStyle | Sets the mark's line style.
| |
setWidth | Sets the mark's line width.
|