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

All Superinterfaces:
Filter, java.awt.image.renderable.RenderableImage

public interface OffsetRable
extends Filter

Adjusts the input images coordinate system by dx, dy.


Fields inherited from interface java.awt.image.renderable.RenderableImage
HINTS_OBSERVED
 
Method Summary
 Filter getSource()
          Returns the source to be offset.
 double getXoffset()
          Get the x offset.
 double getYoffset()
          Get the y offset.
 void setSource(Filter src)
          Sets the source to be offset.
 void setXoffset(double dx)
          Set the x offset.
 void setYoffset(double dy)
          Set the y 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 Detail

getSource

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

setSource

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

setXoffset

public void setXoffset(double dx)
Set the x offset.
Parameters:
dx - the amount to offset in the x direction

getXoffset

public double getXoffset()
Get the x offset.
Returns:
the amount to offset in the x direction

setYoffset

public void setYoffset(double dy)
Set the y offset.
Parameters:
dy - the amount to offset in the y direction

getYoffset

public double getYoffset()
Get the y offset.
Returns:
the amount to offset in the y direction


Copyright © 2002 Apache Software Foundation. All Rights Reserved.