org.apache.batik.ext.awt.image.renderable
public interface OffsetRable extends Filter
| 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. |
Returns: the amount to offset in the x direction
Returns: the amount to offset in the y direction
Parameters: src image to offset.
Parameters: dx the amount to offset in the x direction
Parameters: dy the amount to offset in the y direction