org.apache.batik.ext.awt.image.renderable
public interface FilterResRable extends Filter
Method Summary | |
---|---|
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 |
Parameters: src image to offset.