ImageGearJava Project > com.accusoft.imagegear.art Package : ImGearARTRedaction Class |
The following tables list the members exposed by ImGearARTRedaction.
Name | Description | |
---|---|---|
![]() | ImGearARTRedaction Constructor | Initializes a new instance of the ImGearARTRedaction class object. |
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. |
![]() | getFillColor | Gets the fill color of the mark.
|
![]() | 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.
|
![]() | 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.
|
![]() | 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.
|
![]() | setHeight | Sets the height of the mark's rectangle.
|
![]() | 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.
|