org.apache.batik.svggen.font

Class Point

public class Point extends Object

Field Summary
booleanendOfContour
booleanonCurve
booleantouched
intx
inty
Constructor Summary
Point(int x, int y, boolean onCurve, boolean endOfContour)

Field Detail

endOfContour

public boolean endOfContour

onCurve

public boolean onCurve

touched

public boolean touched

x

public int x

y

public int y

Constructor Detail

Point

public Point(int x, int y, boolean onCurve, boolean endOfContour)
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.