|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jm.jigl.Shift
Shifts an image
jigl.image.utils.Shift
Constructor Summary | |
Shift(int x,
int y,
int wrapp)
Constructs a shift |
Method Summary | |
Image |
apply(Image image)
Applies the shift to this image |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Shift(int x, int y, int wrapp)
x
- shift along the x axisy
- shift along the y axisMethod Detail |
public Image apply(Image image)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |