Interface AffineRable

All Superinterfaces:
Filter, RenderableImage
All Known Implementing Classes:
AffineRable8Bit

public interface AffineRable extends Filter
Adjusts the input images coordinate system by a general Affine transform
  • Method Details

    • getSource

      Filter getSource()
      Returns the source to be offset.
    • setSource

      void setSource(Filter src)
      Sets the source to be offset.
      Parameters:
      src - image to offset.
    • setAffine

      void setAffine(AffineTransform affine)
      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.