Class LookupList


  • public class LookupList
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LookupList​(java.io.RandomAccessFile raf, int offset, LookupSubtableFactory factory)
      Creates new LookupList
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Lookup getLookup​(Feature feature, int index)  
      • Methods inherited from class java.lang.Object

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

      • LookupList

        public LookupList​(java.io.RandomAccessFile raf,
                          int offset,
                          LookupSubtableFactory factory)
                   throws java.io.IOException
        Creates new LookupList
        Throws:
        java.io.IOException
    • Method Detail

      • getLookup

        public Lookup getLookup​(Feature feature,
                                int index)