|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.imaging.CreateOptionsBase
com.aspose.imaging.createoptions.LayerCreateOptions
public final class LayerCreateOptions
The Layer
creation options.
Constructor Summary | |
---|---|
LayerCreateOptions()
|
Method Summary | |
---|---|
boolean |
getDisposeImage()
Gets a value indicating whether image should be disposed whenever container gets disposed. |
Image |
getImage()
Gets the image. |
Point |
getLocation()
Gets the layer location. |
boolean |
getVisible()
Gets a value indicating whether layer is visible. |
void |
setDisposeImage(boolean value)
Sets a value indicating whether image should be disposed whenever container gets disposed. |
void |
setImage(Image value)
Sets the image. |
void |
setLocation(Point value)
Sets the layer location. |
void |
setVisible(boolean value)
Sets a value indicating whether layer is visible. |
Methods inherited from class com.aspose.imaging.CreateOptionsBase |
---|
getSource, setSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LayerCreateOptions()
Method Detail |
---|
public boolean getDisposeImage()
Gets a value indicating whether image should be disposed whenever container gets disposed.
Value:true
if image should be disposed whenever container gets disposed; otherwise, false
.
public Image getImage()
Gets the image.
Value: The image.
public Point getLocation()
Gets the layer location.
Value: The layer location.
public boolean getVisible()
Gets a value indicating whether layer is visible.
Value:true
if layer is visible; otherwise, false
.
public void setDisposeImage(boolean value)
Sets a value indicating whether image should be disposed whenever container gets disposed.
Value:true
if image should be disposed whenever container gets disposed; otherwise, false
.
public void setImage(Image value)
Sets the image.
Value: The image.
public void setLocation(Point value)
Sets the layer location.
Value: The layer location.
public void setVisible(boolean value)
Sets a value indicating whether layer is visible.
Value:true
if layer is visible; otherwise, false
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |