org.apache.batik.svggen.font
Class Point

java.lang.Object
  extended byorg.apache.batik.svggen.font.Point

public class Point
extends java.lang.Object

Version:
$Id: Point.java,v 1.2 2003/08/08 11:39:22 vhardy Exp $
Author:
David Schweinsberg

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)


<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.