com.aspose.imaging
Class CreateOptionsBase

java.lang.Object
  extended by com.aspose.imaging.CreateOptionsBase
Direct Known Subclasses:
ImageCreateOptions, LayerCreateOptions

public abstract class CreateOptionsBase
extends java.lang.Object

Represents the base create options.


Constructor Summary
CreateOptionsBase()
           
 
Method Summary
 Source getSource()
           Gets the source to create object in.
 void setSource(Source value)
           Sets the source to create object in.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateOptionsBase

public CreateOptionsBase()
Method Detail

getSource

public Source getSource()

Gets the source to create object in.

Value: The source to create object in.


setSource

public void setSource(Source value)

Sets the source to create object in.

Value: The source to create object in.