public final class WebPReadParam extends ImageReadParam
canSetSourceRenderSize, destination, destinationBands, minProgressivePass, numProgressivePasses, sourceRenderSize
controller, defaultController, destinationOffset, destinationType, sourceBands, sourceRegion, sourceXSubsampling, sourceYSubsampling, subsamplingXOffset, subsamplingYOffset
Constructor and Description |
---|
WebPReadParam() |
Modifier and Type | Method and Description |
---|---|
protected void |
finalize() |
int |
getCropHeight() |
int |
getCropLeft() |
int |
getCropTop() |
int |
getCropWidth() |
int |
getScaledHeight() |
int |
getScaledWidth() |
boolean |
isBypassFiltering() |
boolean |
isEnhancement() |
boolean |
isFancyUpsampling() |
boolean |
isForceRotation() |
boolean |
isUseCropping() |
boolean |
isUseScaling() |
boolean |
isUseThreads() |
void |
setBypassFiltering(boolean aBypassFiltering) |
void |
setCropHeight(int aCropHeight) |
void |
setCropLeft(int aCropLeft) |
void |
setCropTop(int aCropTop) |
void |
setCropWidth(int aCropWidth) |
void |
setEnhancement(boolean aEnhancement) |
void |
setFancyUpsampling(boolean aFancyUpsampling) |
void |
setForceRotation(boolean aForceRotation) |
void |
setScaledHeight(int aScaledHeight) |
void |
setScaledWidth(int aScaledWidth) |
void |
setUseCropping(boolean aUseCropping) |
void |
setUseScaling(boolean aUseScaling) |
void |
setUseThreads(boolean aUseThreads) |
canSetSourceRenderSize, getDestination, getDestinationBands, getSourceMaxProgressivePass, getSourceMinProgressivePass, getSourceNumProgressivePasses, getSourceRenderSize, setDestination, setDestinationBands, setDestinationType, setSourceProgressivePasses, setSourceRenderSize
activateController, getController, getDefaultController, getDestinationOffset, getDestinationType, getSourceBands, getSourceRegion, getSourceXSubsampling, getSourceYSubsampling, getSubsamplingXOffset, getSubsamplingYOffset, hasController, setController, setDestinationOffset, setSourceBands, setSourceRegion, setSourceSubsampling
protected void finalize() throws Throwable
public int getCropHeight()
public void setCropHeight(int aCropHeight)
public int getCropLeft()
public void setCropLeft(int aCropLeft)
public int getCropTop()
public void setCropTop(int aCropTop)
public int getCropWidth()
public void setCropWidth(int aCropWidth)
public boolean isForceRotation()
public void setForceRotation(boolean aForceRotation)
public boolean isEnhancement()
public void setEnhancement(boolean aEnhancement)
public boolean isFancyUpsampling()
public void setFancyUpsampling(boolean aFancyUpsampling)
public int getScaledHeight()
public void setScaledHeight(int aScaledHeight)
public int getScaledWidth()
public void setScaledWidth(int aScaledWidth)
public boolean isUseCropping()
public void setUseCropping(boolean aUseCropping)
public boolean isUseScaling()
public void setUseScaling(boolean aUseScaling)
public boolean isUseThreads()
public void setUseThreads(boolean aUseThreads)
public boolean isBypassFiltering()
public void setBypassFiltering(boolean aBypassFiltering)
Copyright © 2013–2014. All rights reserved.