ImageGearJava Project > com.accusoft.imagegear.art Package : ImGearARTImageEmb Class |
The following tables list the members exposed by ImGearARTImageEmb.
Name | Description | |
---|---|---|
ImGearARTImageEmb 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) | |
getAlignmentH | Gets the horizontal alignment of the image.
| |
getAlignmentV | Gets the vertical alignment of image.
| |
getAspectRatio | Gets the aspect ratio.
| |
getBounds | Gets mark's bounding rectangle in abstract coordinates.
Type of the mark's coordinate system is specifying when using ImGearARTPage.addMark method. | |
getFitMode | Gets the fitting mode of the image.
| |
getHeight | Gets the height of the image.
| |
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) | |
getOrientation | Gets the image orientation.
| |
getPage | Gets the com.accusoft.imagegear.core.ImGearPage class object that contains the image.
| |
getStatistics | Gets an object representing specific statistics information about the mark.
| |
getType | Gets mark's type.
| |
getWidth | Gets the width of the image.
| |
getX | Gets the X coordinate of the top-left point of the image.
| |
getY | Gets the Y coordinate of the top-left point of the image.
| |
isVisible | Gets a value indicating whether the mark is visible or not.
| |
move | Moves the mark by specified offset. | |
setAlignmentH | Sets the horizontal alignment of the image.
| |
setAlignmentV | Sets the vertical alignment of image.
| |
setAspectRatio | Sets the aspect ratio.
| |
setFitMode | Sets the fitting mode of the image.
| |
setHeight | Sets the height of the image.
| |
setOrientation | Sets the image orientation.
| |
setPage | Sets the com.accusoft.imagegear.core.ImGearPage class object that contains the image.
| |
setVisible | Sets a value indicating whether the mark is visible or not.
| |
setWidth | Sets the width of the image.
| |
setX | Sets the X coordinate of the top-left point of the image.
| |
setY | Sets the Y coordinate of the top-left point of the image.
|