|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.svggen.font.Point
Field Summary | |
boolean |
endOfContour
|
boolean |
onCurve
|
boolean |
touched
|
int |
x
|
int |
y
|
Constructor Summary | |
Point(int x,
int y,
boolean onCurve,
boolean endOfContour)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int x
public int y
public boolean onCurve
public boolean endOfContour
public boolean touched
Constructor Detail |
public Point(int x, int y, boolean onCurve, boolean endOfContour)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |