javax > javax.imageio > javax.imageio.iioparam >

Class: javax.imageio.IIOParam
    java.lang.Object
       javax.imageio.IIOParam


public abstract class IIOParam extends Object


FIELDS:
protected IIOParamController controller
protected IIOParamController defaultController
protected Point destinationOffset
protected ImageTypeSpecifier destinationType
protected int[] sourceBands
protected Rectangle sourceRegion
protected int sourceXSubsampling
protected int sourceYSubsampling
protected int subsamplingXOffset
protected int subsamplingYOffset

CONSTRUCTORS:
protected IIOParam()


METHODS:
public boolean activateController()
Throws: IllegalStateException

public IIOParamController getController()

public IIOParamController getDefaultController()

public Point getDestinationOffset()

public ImageTypeSpecifier getDestinationType()

public int[] getSourceBands()

public Rectangle getSourceRegion()

public int getSourceXSubsampling()

public int getSourceYSubsampling()

public int getSubsamplingXOffset()

public int getSubsamplingYOffset()

public boolean hasController()

public void setController(IIOParamController controller)

public void setDestinationOffset(Point destinationOffset)
Throws: IllegalArgumentException

public void setDestinationType(ImageTypeSpecifier destinationType)

public void setSourceBands(int[] sourceBands)
Throws: IllegalArgumentException

public void setSourceRegion(Rectangle sourceRegion)
Throws: IllegalArgumentException
Throws: IllegalArgumentException
Throws: IllegalStateException

public void setSourceSubsampling(int sourceXSubsampling, int sourceYSubsampling, int subsamplingXOffset, int subsamplingYOffset)
Throws: IllegalArgumentException
Throws: IllegalStateException


INHERITED METHODS:
getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:
ImageReadParam, ImageWriteParam,





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net