Filter, java.awt.image.renderable.RenderableImageFilterChainRable8Bitpublic interface FilterChainRable extends Filter
| Modifier and Type | Method | Description |
|---|---|---|
java.awt.geom.Rectangle2D |
getFilterRegion() |
Returns the filter output area, in user space
|
int |
getFilterResolutionX() |
Returns the resolution along the X axis.
|
int |
getFilterResolutionY() |
Returns the resolution along the Y axis.
|
Filter |
getSource() |
Returns this filter's source.
|
void |
setFilterRegion(java.awt.geom.Rectangle2D filterRegion) |
Sets the filter output area, in user space.
|
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 for this chain.
|
getBounds2D, getDependencyRegion, getDirtyRegion, getTimeStampint getFilterResolutionX()
void setFilterResolutionX(int filterResolutionX)
int getFilterResolutionY()
void setFilterResolutionY(int filterResolutionY)
void setFilterRegion(java.awt.geom.Rectangle2D filterRegion)
java.awt.geom.Rectangle2D getFilterRegion()
void setSource(Filter src)
Filter getSource()
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.