public interface FilterResRable extends Filter
HINTS_OBSERVED
Modifier and Type | Method and 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, getTimeStamp
createDefaultRendering, createRendering, createScaledRendering, getHeight, getMinX, getMinY, getProperty, getPropertyNames, getSources, getWidth, isDynamic
Filter getSource()
void setSource(Filter src)
src
- image to offset.int getFilterResolutionX()
void setFilterResolutionX(int filterResolutionX)
int getFilterResolutionY()
void setFilterResolutionY(int filterResolutionY)
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.