public interface AffineRable extends Filter
Modifier and Type | Method and Description |
---|---|
java.awt.geom.AffineTransform |
getAffine()
Get the current affine.
|
Filter |
getSource()
Returns the source to be offset.
|
void |
setAffine(java.awt.geom.AffineTransform affine)
Set the affine.
|
void |
setSource(Filter src)
Sets the source to be offset.
|
getBounds2D, getDependencyRegion, getDirtyRegion, getTimeStamp
Filter getSource()
void setSource(Filter src)
src
- image to offset.void setAffine(java.awt.geom.AffineTransform affine)
affine
- the new Affine transform for the filter.java.awt.geom.AffineTransform getAffine()
Copyright © 2022 Apache Software Foundation. All Rights Reserved.