Class TTFFont.PointRec

  • Enclosing class:
    TTFFont

    class TTFFont.PointRec
    extends java.lang.Object
    a point on the stack of points
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean onCurve  
      (package private) int x  
      (package private) int y  
    • Constructor Summary

      Constructors 
      Constructor Description
      PointRec​(int x, int y, boolean onCurve)  
      PointRec​(GlyfSimple g, int idx)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • x

        int x
      • y

        int y
      • onCurve

        boolean onCurve
    • Constructor Detail

      • PointRec

        public PointRec​(int x,
                        int y,
                        boolean onCurve)
      • PointRec

        public PointRec​(GlyfSimple g,
                        int idx)