|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OffsetRable
Adjusts the input images coordinate system by dx, dy.
Field Summary |
---|
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 |
---|
Filter getSource()
void setSource(Filter src)
src
- image to offset.void setXoffset(double dx)
dx
- the amount to offset in the x directiondouble getXoffset()
void setYoffset(double dy)
dy
- the amount to offset in the y directiondouble getYoffset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |