|
|||||||||
| Home >> All >> org >> apache >> batik >> svggen >> [ font overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.svggen.font
Class Point

java.lang.Objectorg.apache.batik.svggen.font.Point
- public class Point
- extends java.lang.Object
- Version:
- $Id: Point.java,v 1.3 2004/08/18 07:15:18 vhardy Exp $
| 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 |
x
public int x
y
public int y
onCurve
public boolean onCurve
endOfContour
public boolean endOfContour
touched
public boolean touched
| Constructor Detail |
Point
public Point(int x,
int y,
boolean onCurve,
boolean endOfContour)
|
|||||||||
| Home >> All >> org >> apache >> batik >> svggen >> [ font overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.batik.svggen.font.Point