Interface AffineRable
- All Superinterfaces:
Filter
,RenderableImage
- All Known Implementing Classes:
AffineRable8Bit
Adjusts the input images coordinate system by a general Affine transform
-
Field Summary
Fields inherited from interface java.awt.image.renderable.RenderableImage
HINTS_OBSERVED
-
Method Summary
Modifier and TypeMethodDescriptionGet the current affine.Returns the source to be offset.void
setAffine
(AffineTransform affine) Set the affine.void
Sets the source to be offset.Methods inherited from interface org.apache.batik.ext.awt.image.renderable.Filter
getBounds2D, getDependencyRegion, getDirtyRegion, getTimeStamp
Methods inherited from interface java.awt.image.renderable.RenderableImage
createDefaultRendering, createRendering, createScaledRendering, getHeight, getMinX, getMinY, getProperty, getPropertyNames, getSources, getWidth, isDynamic
-
Method Details
-
getSource
Filter getSource()Returns the source to be offset. -
setSource
Sets the source to be offset.- Parameters:
src
- image to offset.
-
setAffine
Set the affine.- Parameters:
affine
- the new Affine transform for the filter.
-
getAffine
AffineTransform getAffine()Get the current affine.- Returns:
- The current affine transform for the filter.
-