scenic
Class ImageOptions

java.lang.Object
  extended by scenic.ImageOptions

public class ImageOptions
extends java.lang.Object

This class contains different image options. Image options can be combined using OR operator.


Field Summary
static int RENDER_TARGET
          Allows the image to be used as a rendering target.
 
Constructor Summary
ImageOptions()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RENDER_TARGET

public static final int RENDER_TARGET
Allows the image to be used as a rendering target.

See Also:
Constant Field Values
Constructor Detail

ImageOptions

public ImageOptions()