Filter, java.awt.image.renderable.RenderableImageFilterResRable8Bitpublic interface FilterResRable extends Filter
| Modifier and Type | Method | Description |
|---|---|---|
int |
getFilterResolutionX() |
Returns the resolution along the X axis.
|
int |
getFilterResolutionY() |
Returns the resolution along the Y axis.
|
Filter |
getSource() |
Returns the source to be cropped.
|
void |
setFilterResolutionX(int filterResolutionX) |
Sets the resolution along the X axis, i.e., the maximum
size for intermediate images along that axis.
|
void |
setFilterResolutionY(int filterResolutionY) |
Sets the resolution along the Y axis, i.e., the maximum
size for intermediate images along that axis.
|
void |
setSource(Filter src) |
Sets the source to be cropped
|
getBounds2D, getDependencyRegion, getDirtyRegion, getTimeStampFilter getSource()
void setSource(Filter src)
src - image to offset.int getFilterResolutionX()
void setFilterResolutionX(int filterResolutionX)
int getFilterResolutionY()
void setFilterResolutionY(int filterResolutionY)
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.