Interface OffsetRable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
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.
-
setXoffset
void setXoffset(double dx)
Set the x offset.- Parameters:
dx
- the amount to offset in the x direction
-
getXoffset
double getXoffset()
Get the x offset.- Returns:
- the amount to offset in the x direction
-
setYoffset
void setYoffset(double dy)
Set the y offset.- Parameters:
dy
- the amount to offset in the y direction
-
getYoffset
double getYoffset()
Get the y offset.- Returns:
- the amount to offset in the y direction
-
-