ImageGearJava Project > com.accusoft.imagegear.art Package : ImGearARTImage Class |
The following tables list the members exposed by ImGearARTImage.
Name | Description | |
---|---|---|
ImGearARTImage Constructor | Overloaded. |
Name | Description | |
---|---|---|
clone | This method clones ImGearARTImageEmb class object. | |
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.
The default value is ImGearAlignmentHModes.LEFT. | |
getAlignmentV | Gets the vertical alignment of the image.
The default value is ImGearAlignmentVModes.TOP. | |
getAspectRatio | Gets the aspect ratio of the image.
| |
getBounds | Gets mark's bounding rectangle in abstract coordinates.
Type of the mark's coordinate system is specifying when using ImGearARTPage.addMark method. | |
getFileName | Gets the file name of the image reference.
| |
getFitMode | Gets the fitting mode of the image.
The default value is ImGearFitModes.FIT_TO_DEVICE. | |
getHeight | Gets the height of the 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) | |
getOrientation | Gets the image orientation.
The default value is ImGearOrientationModes.TOP_LEFT. | |
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.
| |
getViewBkColor | The method gets the current background color of the view. | |
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.
The default value is ImGearAlignmentHModes.LEFT. | |
setAlignmentV | Sets the vertical alignment of the image.
The default value is ImGearAlignmentVModes.TOP. | |
setAspectRatio | Sets the aspect ratio of the image.
| |
setFileName | Sets the file name of the image reference.
| |
setFitMode | Sets the fitting mode of the image.
The default value is ImGearFitModes.FIT_TO_DEVICE. | |
setHeight | Sets the height of the rectangle.
| |
setOrientation | Gets the image orientation.
The default value is ImGearOrientationModes.TOP_LEFT. | |
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.
|