Class Font.TextExtents

  • Enclosing class:
    Font

    static class Font.TextExtents
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int ascent  
      (package private) int height  
      (package private) int width  
    • Constructor Summary

      Constructors 
      Constructor Description
      TextExtents​(int width, int height, int ascent)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • width

        int width
      • height

        int height
      • ascent

        int ascent
    • Constructor Detail

      • TextExtents

        TextExtents​(int width,
                    int height,
                    int ascent)