Class FontMetrics.CharMetrics

java.lang.Object
org.apache.maven.doxia.module.rtf.FontMetrics.CharMetrics
Enclosing class:
FontMetrics

static class FontMetrics.CharMetrics extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) short
     
    (package private) short
     
    (package private) short
     
    (package private) short
     
    (package private) short
     
    (package private) short
     
  • 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 Details

    • wx

      short wx
    • wy

      short wy
    • llx

      short llx
    • lly

      short lly
    • urx

      short urx
    • ury

      short ury
  • Constructor Details

    • CharMetrics

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