public final class WebPReadParam
extends javax.imageio.ImageReadParam
| Constructor and Description |
|---|
WebPReadParam() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCropHeight() |
int |
getCropLeft() |
int |
getCropTop() |
int |
getCropWidth() |
int |
getScaledHeight() |
int |
getScaledWidth() |
boolean |
isBypassFiltering() |
boolean |
isFancyUpsampling() |
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 |
setFancyUpsampling(boolean aFancyUpsampling) |
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, setSourceRenderSizeactivateController, getController, getDefaultController, getDestinationOffset, getDestinationType, getSourceBands, getSourceRegion, getSourceXSubsampling, getSourceYSubsampling, getSubsamplingXOffset, getSubsamplingYOffset, hasController, setController, setDestinationOffset, setSourceBands, setSourceRegion, setSourceSubsamplingpublic void setScaledHeight(int aScaledHeight)
public void setUseScaling(boolean aUseScaling)
public void setUseThreads(boolean aUseThreads)
public int getCropHeight()
public int getScaledWidth()
public boolean isUseCropping()
public void setCropWidth(int aCropWidth)
public boolean isBypassFiltering()
public int getCropLeft()
public int getCropWidth()
public int getScaledHeight()
public void setBypassFiltering(boolean aBypassFiltering)
public void setUseCropping(boolean aUseCropping)
public void setCropHeight(int aCropHeight)
public void setFancyUpsampling(boolean aFancyUpsampling)
public boolean isUseThreads()
public boolean isFancyUpsampling()
public boolean isUseScaling()
public void setCropLeft(int aCropLeft)
public int getCropTop()
public void setScaledWidth(int aScaledWidth)
public void setCropTop(int aCropTop)