com.aspose.imaging.createoptions
Class LayerCreateOptions

java.lang.Object
  extended by com.aspose.imaging.CreateOptionsBase
      extended by com.aspose.imaging.createoptions.LayerCreateOptions

public final class LayerCreateOptions
extends CreateOptionsBase

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

LayerCreateOptions

public LayerCreateOptions()
Method Detail

getDisposeImage

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.


getImage

public Image getImage()

Gets the image.

Value: The image.


getLocation

public Point getLocation()

Gets the layer location.

Value: The layer location.


getVisible

public boolean getVisible()

Gets a value indicating whether layer is visible.

Value: true if layer is visible; otherwise, false.


setDisposeImage

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.


setImage

public void setImage(Image value)

Sets the image.

Value: The image.


setLocation

public void setLocation(Point value)

Sets the layer location.

Value: The layer location.


setVisible

public void setVisible(boolean value)

Sets a value indicating whether layer is visible.

Value: true if layer is visible; otherwise, false.