Class Point


  • public class Point
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Point​(int x, int y, boolean onCurve, boolean endOfContour)  
    • Method Summary

      • 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)