ImageGearJava Project > com.accusoft.imagegear.art Package : ImGearARTNote Class |
The following tables list the members exposed by ImGearARTNote.
Name | Description | |
---|---|---|
![]() | ImGearARTNote Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | beginEdit | Begins text editing process. |
![]() | clone | Creates new object that is an exact copy of the current mark. (Inherited from com.accusoft.imagegear.art.ImGearARTMark) |
![]() | endEdit | Ends text editing process. |
![]() ![]() | 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. |
![]() | getFillColor | Gets the fill color of the mark.
|
![]() | getFontName | Gets the font name of the text of the mark.
|
![]() | getFontSize | Gets the font pointSize of the text of the mark.
The font pointSize is measured in points. |
![]() | getFontStyleART | Gets the font style of the text of the mark.
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) |
![]() | getStatistics | Gets an object representing specific statistics information about the mark.
|
![]() | getText | Gets the text of the note mark.
|
![]() | getTextColor | Gets the text color.
|
![]() | 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's rectangle.
|
![]() | getY | Gets the Y coordinate of the top-left point of the mark's rectangle.
|
![]() | isFontPpmDisabled | 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. |
![]() | isVisible | Gets a value indicating whether the mark is visible or not.
|
![]() | move | Moves the mark by specified offset. |
![]() | setFillColor | Sets the fill color 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 of the mark.
|
![]() | setFontSize | Sets the font pointSize of the text of the mark.
The font pointSize is measured in points. |
![]() | setFontStyleART | Sets the font style of the text of the mark.
Aggregates of ImGearARTFontStyles enumeration value. |
![]() | setHeight | Sets the height of the mark's rectangle.
|
![]() | setText | Ыets the text of the note mark.
|
![]() | setTextColor | Sets the text color.
|
![]() | 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's rectangle.
|
![]() | setY | Sets the Y coordinate of the top-left point of the mark's rectangle.
|