ImageGearJava Project > com.accusoft.imagegear.art Package : ImGearARTPinUpText Class |
The following tables list the members exposed by ImGearARTPinUpText.
Name | Description | |
---|---|---|
ImGearARTPinUpText 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) | |
getBounds | Gets mark's bounding rectangle in abstract coordinates.
Type of the mark's coordinate system is specifying when using ImGearARTPage.addMark method. | |
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.
| |
getFontSize | Gets the font pointSize of the text font.
The font pointSize is measured in points. | |
getFontStyleART | Gets the font style of the text font.
Aggregates of ImGearARTFontStyles enumeration value. | |
getHeight | Gets the height of the mark's rectangle.
| |
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) | |
getPinColor | Gets the pin color.
| |
getStatistics | Gets an object representing specific statistics information about the mark.
| |
getText | Gets the text of the mark.
| |
getTextColor | Gets the text color.
The color of the mark's text. | |
getType | Gets mark's type.
| |
getWidth | Gets the width of the mark's rectangle.
| |
getX | Gets the X coordinate of the top-left point of the mark rectangle.
| |
getY | Gets the Y coordinate of the top-left point of the mark rectangle.
| |
isVisible | Gets a value indicating whether the mark is visible or not.
| |
move | Moves the mark by specified offset. | |
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.
| |
setFontSize | Sets the font pointSize of the text font.
The font pointSize is measured in points. | |
setFontStyleART | Sets the font style of the text font.
Aggregates of ImGearARTFontStyles enumeration value. | |
setHeight | Sets the height of the mark's rectangle.
| |
setPinColor | Sets the pin color.
| |
setText | Sets the text of the mark.
| |
setTextColor | Sets the text color.
The color of the mark's text. | |
setVisible | Sets a value indicating whether the mark is visible or not.
| |
setWidth | Sets the width of the mark's rectangle.
| |
setX | Sets the X coordinate of the top-left point of the mark rectangle.
| |
setY | Sets the Y coordinate of the top-left point of the mark rectangle.
|