|
JIGL v1.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--jigl.image.warp.IdentityTransform
Performs Identity Warp on a MappedImage. It is not implemented yet.
| Constructor Summary | |
IdentityTransform()
|
|
| Method Summary | |
void |
inverseTransform(float[] x,
float[] y)
Performs the inverse of the Identity Transformation |
void |
inverseTransform(float[] x,
float[] y,
int offset,
int count)
Performs the inverse of the Identity Transformation |
void |
transform(float[] x,
float[] y)
Performs the Identity Transformation |
void |
transform(float[] x,
float[] y,
int offset,
int count)
Performs the Identity Transformation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IdentityTransform()
| Method Detail |
public void transform(float[] x,
float[] y)
throws IllegalArgumentException
transform in interface PointMapperx - an array containing the x coordinatesy - an array containing the y coordinates
IllegalArgumentException
public void inverseTransform(float[] x,
float[] y)
throws IllegalArgumentException
inverseTransform in interface PointMapperx - an array containing the x coordinatesy - an array containing the y coordinates
IllegalArgumentException
public void transform(float[] x,
float[] y,
int offset,
int count)
throws IllegalArgumentException
transform in interface PointMapperx - an array containing the x coordinatesy - an array containing the y coordinatesoffset - the starting point of the arraycount - the number of points from the offset to apply the transformation
IllegalArgumentException
public void inverseTransform(float[] x,
float[] y,
int offset,
int count)
throws IllegalArgumentException
inverseTransform in interface PointMapperx - an array containing the x coordinatesy - an array containing the y coordinatesoffset - the starting point of the arraycount - the number of points from the offset to apply the transformation
IllegalArgumentException
|
JIGL v1.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||