Class CFFParser.Range3

  • Enclosing class:
    CFFParser

    private static final class CFFParser.Range3
    extends java.lang.Object
    Structure of a Range3 element.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int fd  
      private int first  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Range3()  
    • Method Summary

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

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

      • first

        private int first
      • fd

        private int fd
    • Constructor Detail

      • Range3

        private Range3()
    • Method Detail

      • toString

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