Class Point

java.lang.Object
org.apache.batik.svggen.font.Point

public class Point extends Object
  • Field Details

    • x

      public int x
    • y

      public int y
    • onCurve

      public boolean onCurve
    • endOfContour

      public boolean endOfContour
    • touched

      public boolean touched
  • Constructor Details

    • Point

      public Point(int x, int y, boolean onCurve, boolean endOfContour)