jm.jigl
Class Shift

java.lang.Object
  |
  +--jm.jigl.Shift

public class Shift
extends java.lang.Object

Shifts an image

See Also:
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

Shift

public Shift(int x,
             int y,
             int wrapp)
Constructs a shift

Parameters:
x - shift along the x axis
y - shift along the y axis
Method Detail

apply

public Image apply(Image image)
Applies the shift to this image