public interface AffineRable extends Filter
HINTS_OBSERVED
Modifier and Type | Method and Description |
---|---|
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.
|
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.void setAffine(AffineTransform affine)
affine
- the new Affine transform for the filter.AffineTransform getAffine()
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.