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

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

public class FeatureList
extends java.lang.Object

Version:
$Id: FeatureList.java,v 1.3 2003/08/09 16:58:41 deweese Exp $
Author:
David Schweinsberg

Constructor Summary
FeatureList(java.io.RandomAccessFile raf, int offset)
          Creates new FeatureList
 
Method Summary
 Feature findFeature(LangSys langSys, java.lang.String tag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureList

public FeatureList(java.io.RandomAccessFile raf,
                   int offset)
            throws java.io.IOException
Creates new FeatureList

Method Detail

findFeature

public Feature findFeature(LangSys langSys,
                           java.lang.String tag)


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