Class LookupList
- java.lang.Object
-
- org.apache.batik.svggen.font.table.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)
-
-
-
Constructor Detail
-
LookupList
public LookupList(java.io.RandomAccessFile raf, int offset, LookupSubtableFactory factory) throws java.io.IOException
Creates new LookupList- Throws:
java.io.IOException
-
-