org.apache.batik.svggen.font.table
Class LookupList

java.lang.Object
  extended by org.apache.batik.svggen.font.table.LookupList

public class LookupList
extends Object

Version:
$Id: LookupList.java 1733416 2016-03-03 07:07:13Z gadams $
Author:
David Schweinsberg

Constructor Summary
LookupList(RandomAccessFile raf, int offset, LookupSubtableFactory factory)
          Creates new LookupList
 
Method Summary
 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(RandomAccessFile raf,
                  int offset,
                  LookupSubtableFactory factory)
           throws IOException
Creates new LookupList

Throws:
IOException
Method Detail

getLookup

public Lookup getLookup(Feature feature,
                        int index)


Copyright © 2000–2017 Apache Software Foundation. All rights reserved.