Class LookupList
- java.lang.Object
-
- org.apache.batik.svggen.font.table.LookupList
-
public class LookupList extends java.lang.Object
- Version:
- $Id: LookupList.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Field Summary
Fields Modifier and Type Field Description private int
lookupCount
private int[]
lookupOffsets
private Lookup[]
lookups
-
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)
-
-
-
Field Detail
-
lookupCount
private int lookupCount
-
lookupOffsets
private int[] lookupOffsets
-
lookups
private Lookup[] lookups
-
-
Constructor Detail
-
LookupList
public LookupList(java.io.RandomAccessFile raf, int offset, LookupSubtableFactory factory) throws java.io.IOException
Creates new LookupList- Throws:
java.io.IOException
-
-