Class FontMetrics.CharMetrics

  • Enclosing class:
    FontMetrics

    static class FontMetrics.CharMetrics
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) short llx  
      (package private) short lly  
      (package private) short urx  
      (package private) short ury  
      (package private) short wx  
      (package private) short wy  
    • Constructor Summary

      Constructors 
      Constructor Description
      CharMetrics​(int wx, int wy, int llx, int lly, int urx, int ury)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • wx

        short wx
      • wy

        short wy
      • llx

        short llx
      • lly

        short lly
      • urx

        short urx
      • ury

        short ury
    • Constructor Detail

      • CharMetrics

        CharMetrics​(int wx,
                    int wy,
                    int llx,
                    int lly,
                    int urx,
                    int ury)