org.apache.batik.ext.awt.image.renderable

Interface AffineRable

public interface AffineRable extends Filter

Adjusts the input images coordinate system by a general Affine transform
Method Summary
AffineTransformgetAffine()
Get the current affine.
FiltergetSource()
Returns the source to be offset.
voidsetAffine(AffineTransform affine)
Set the affine.
voidsetSource(Filter src)
Sets the source to be offset.

Method Detail

getAffine

public AffineTransform getAffine()
Get the current affine.

Returns: The current affine transform for the filter.

getSource

public Filter getSource()
Returns the source to be offset.

setAffine

public void setAffine(AffineTransform affine)
Set the affine.

Parameters: affine the new Affine transform for the filter.

setSource

public void setSource(Filter src)
Sets the source to be offset.

Parameters: src image to offset.

Copyright B) 2007 Apache Software Foundation. All Rights Reserved.