Class PDFWArray.Entry

  • Enclosing class:
    PDFWArray

    private static class PDFWArray.Entry
    extends java.lang.Object
    Inner class for entries in the form "c [w ...]"
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int[] metrics  
      private int start  
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(int s, int[] m)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void fillInPDF​(java.lang.StringBuffer p)  
      • Methods inherited from class java.lang.Object

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

      • start

        private int start
      • metrics

        private int[] metrics
    • Constructor Detail

      • Entry

        public Entry​(int s,
                     int[] m)
    • Method Detail

      • fillInPDF

        public void fillInPDF​(java.lang.StringBuffer p)