Filter, java.awt.image.renderable.RenderableImageAffineRable8Bitpublic interface AffineRable extends Filter
| Modifier and Type | Method | 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, getTimeStampFilter 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 ? 2018 Apache Software Foundation. All Rights Reserved.