ImageGearJava Project > com.accusoft.imagegear.art Package : IImGearARTPolyRuler Interface |
The following tables list the members exposed by IImGearARTPolyRuler.
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 | Sets the mark's Y aspect numerator value.
| |
getColor | Gets the color of the mark.
| |
getEndLineLength | Gets the length of the mark's end line.
| |
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.
| |
getNumberOfPoints | Gets the actual number of mark's points.
| |
getOpacity | Gets the opacity of the mark.
| |
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.
| |
getStartLineLength | Gets the length of the mark's start line.
| |
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 | Gets the mark's Y aspect numerator value.
| |
setColor | Sets the color of the mark.
| |
setEndLineLength | Sets the length of the mark's end line.
| |
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.
| |
setNumberOfPoints | Sets the actual number of mark's points.
| |
setOpacity | Sets the opacity of the mark.
| |
setPoint | Sets mark's point at the specified index. | |
setPrecision | Sets the number of decimal digits displayed for the mark.
| |
setStartLineLength | Sets the length of the mark's start line.
| |
setStyle | Sets the mark's line style.
| |
setWidth | Sets the mark's line width.
|