Class Woff2Common.Point

  • Enclosing class:
    Woff2Common

    public static class Woff2Common.Point
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean on_curve  
      int x  
      int y  
    • Constructor Summary

      Constructors 
      Constructor Description
      Point​(int x, int y, boolean on_curve)  
    • 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
      • on_curve

        public boolean on_curve
    • Constructor Detail

      • Point

        public Point​(int x,
                     int y,
                     boolean on_curve)