|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectIIOParam
ImageReadParam
EnhancedImageReadParam
public class EnhancedImageReadParam
Field Summary | |
---|---|
protected Rectangle |
destinationRegion
|
Fields inherited from class ImageReadParam |
---|
canSetSourceRenderSize, destination, destinationBands, minProgressivePass, numProgressivePasses, sourceRenderSize |
Fields inherited from class IIOParam |
---|
controller, defaultController, destinationOffset, destinationType, sourceBands, sourceRegion, sourceXSubsampling, sourceYSubsampling, subsamplingXOffset, subsamplingYOffset |
Constructor Summary | |
---|---|
EnhancedImageReadParam()
|
Method Summary | |
---|---|
Object |
clone()
|
Rectangle |
getDestinationRegion()
|
protected Object |
narrowClone(EnhancedImageReadParam param)
Performs a narrow clone of this EnhancedImageReadParam . |
void |
setDestinationRegion(Rectangle destinationRegion)
|
Methods inherited from class ImageReadParam |
---|
canSetSourceRenderSize, getDestination, getDestinationBands, getSourceMaxProgressivePass, getSourceMinProgressivePass, getSourceNumProgressivePasses, getSourceRenderSize, setDestination, setDestinationBands, setDestinationType, setSourceProgressivePasses, setSourceRenderSize |
Methods inherited from class IIOParam |
---|
activateController, getController, getDefaultController, getDestinationOffset, getDestinationType, getSourceBands, getSourceRegion, getSourceXSubsampling, getSourceYSubsampling, getSubsamplingXOffset, getSubsamplingYOffset, hasController, setController, setDestinationOffset, setSourceBands, setSourceRegion, setSourceSubsampling |
Methods inherited from class Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Rectangle destinationRegion
Constructor Detail |
---|
public EnhancedImageReadParam()
Method Detail |
---|
public Rectangle getDestinationRegion()
public void setDestinationRegion(Rectangle destinationRegion)
protected Object narrowClone(EnhancedImageReadParam param)
EnhancedImageReadParam
.
param
- the EnhancedImageReadParam
instance containing the clone.
ImageReadParam
.public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |