ImageGearJava Project > com.accusoft.imagegear.art Package : IImGearARTProtractor Interface |
The following tables list the members exposed by IImGearARTProtractor.
Name | Description | |
---|---|---|
getArcRadius | Gets the radius of the arc drawn in the mark.
| |
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 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. | |
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. | |
getHeadPoint | Gets the head point of the protractor.
| |
getOpacity | Gets the opacity of the mark.
| |
getPrecision | Gets the number of decimal digits displayed for the mark.
| |
getStartPoint | Gets the start point of the protractor.
| |
getStyle | Gets the style of the mark's line.
| |
getWidth | Gets the width of the mark's line.
| |
setArcRadius | Sets the radius of the arc drawn in the mark.
| |
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 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. | |
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. | |
setHeadPoint | Sets the head point of the protractor.
| |
setOpacity | Sets the opacity of the mark.
| |
setPrecision | Sets the number of decimal digits displayed for the mark.
| |
setStartPoint | Sets the start point of the protractor.
| |
setStyle | Sets the style of the mark's line.
| |
setWidth | Sets the width of the mark's line.
|