Class CharacterSetOrientation.CharacterMetrics

  • Enclosing class:
    CharacterSetOrientation

    private static class CharacterSetOrientation.CharacterMetrics
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.awt.Rectangle characterBox  
      int width  
    • Constructor Summary

      Constructors 
      Constructor Description
      CharacterMetrics​(int width, java.awt.Rectangle characterBox)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • width

        public final int width
      • characterBox

        public final java.awt.Rectangle characterBox
    • Constructor Detail

      • CharacterMetrics

        public CharacterMetrics​(int width,
                                java.awt.Rectangle characterBox)