Class Type1CFont.Range

  • Enclosing class:
    Type1CFont

    class Type1CFont.Range
    extends java.lang.Object
    A range. There's probably a version of this class floating around somewhere already in Java.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int len  
      private int start  
    • Constructor Summary

      Constructors 
      Constructor Description
      Range​(int start, int len)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getEnd()  
      int getLen()  
      int getStart()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • start

        private int start
      • len

        private int len
    • Constructor Detail

      • Range

        public Range​(int start,
                     int len)
    • Method Detail

      • getStart

        public final int getStart()
      • getLen

        public final int getLen()
      • getEnd

        public final int getEnd()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object