org.apache.batik.ext.awt.image.renderable
public interface AffineRable extends Filter
| Method Summary | |
|---|---|
| AffineTransform | getAffine()
Get the current affine. |
| Filter | getSource()
Returns the source to be offset. |
| void | setAffine(AffineTransform affine)
Set the affine. |
| void | setSource(Filter src)
Sets the source to be offset. |
Returns: The current affine transform for the filter.
Parameters: affine the new Affine transform for the filter.
Parameters: src image to offset.