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 RenderableImage
HINTS_OBSERVED -
Method Summary
Modifier and TypeMethodDescriptionGet the current affine.Returns the source to be offset.voidsetAffine(AffineTransform affine) Set the affine.voidSets the source to be offset.Methods inherited from interface Filter
getBounds2D, getDependencyRegion, getDirtyRegion, getTimeStampMethods inherited from interface RenderableImage
createDefaultRendering, createRendering, createScaledRendering, getHeight, getMinX, getMinY, getProperty, getPropertyNames, getSources, getWidth, isDynamic
-
Method Details
-
getSource
Filter getSource()Returns the source to be offset. -
setSource
-
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.
-