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

java.lang.Object
  extended byorg.apache.batik.svggen.font.table.LookupList

public class LookupList
extends java.lang.Object

Version:
$Id: LookupList.java,v 1.2 2003/08/08 11:39:22 vhardy Exp $
Author:
David Schweinsberg

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

Method Detail

getLookup

public Lookup getLookup(Feature feature,
                        int index)


<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.