org.apache.batik.svggen.font
Class Point
java.lang.Object
org.apache.batik.svggen.font.Point
public class Point
- extends Object
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 |
x
public int x
y
public int y
onCurve
public boolean onCurve
endOfContour
public boolean endOfContour
touched
public boolean touched
Point
public Point(int x,
int y,
boolean onCurve,
boolean endOfContour)
Copyright © 2008 Apache Software Foundation. All Rights Reserved.