|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object Facemorph.psm.PointImage
public class PointImage
Stores a set of 2D array of points 1 for every image pixel
Constructor Summary | |
---|---|
PointImage(int w,
int h)
Constructor |
Method Summary | |
---|---|
java.awt.geom.Point2D.Float |
get(int x,
int y)
Get method |
void |
set(int x,
int y,
java.awt.geom.Point2D.Float p)
Set method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PointImage(int w, int h)
w
- widthh
- heightMethod Detail |
---|
public java.awt.geom.Point2D.Float get(int x, int y)
x
- xy
- y
public void set(int x, int y, java.awt.geom.Point2D.Float p)
x
- xy
- yp
- the new value at (x,y)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |