ImageGearJava Project > com.accusoft.imagegear.processing.layers Package : ImGearImageLayer Class |
The following tables list the members exposed by ImGearImageLayer.
Name | Description | |
---|---|---|
![]() | ImGearImageLayer Constructor | Initializes a new instance of the ImGearImageLayer class from the specified raster page. |
Name | Description | |
---|---|---|
![]() | name | Specifies name of the layer.
|
![]() | opacity | Level of opacity for the image layer.
|
![]() | point | Rectangle specifying the location of the image layer. |
![]() | visible | Specifies visibility state of the layer.
|
Name | Description | |
---|---|---|
![]() | clone | Clones the layer. (Inherited from com.accusoft.imagegear.processing.layers.ImGearLayer) |
![]() | getImage | Gets image specifying the layer.
This method returns the image to put in the layer. |
![]() | getLocation | Returns rectangle specifying the location of the image layer. |
![]() | getName | Returns the name of the layer. (Inherited from com.accusoft.imagegear.processing.layers.ImGearLayer) |
![]() | getOpacity | Returns level of opacity for the image layer. |
![]() | getType | Image layer type.
|
![]() | isVisible | Returns a value indicating whether the layer is visible. (Inherited from com.accusoft.imagegear.processing.layers.ImGearLayer) |
![]() | setLocation | Sets rectangle specifying the location of the image layer. |
![]() | setName | Sets the name of the layer. (Inherited from com.accusoft.imagegear.processing.layers.ImGearLayer) |
![]() | setOpacity | Sets level of opacity for the image layer. |
![]() | setVisibility | Sets a value indicating whether the layer is visible. (Inherited from com.accusoft.imagegear.processing.layers.ImGearLayer) |