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

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

public class Feature
extends java.lang.Object

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

Constructor Summary
protected Feature(java.io.RandomAccessFile raf, int offset)
          Creates new Feature
 
Method Summary
 int getLookupCount()
           
 int getLookupListIndex(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Feature

protected Feature(java.io.RandomAccessFile raf,
                  int offset)
           throws java.io.IOException
Creates new Feature

Method Detail

getLookupCount

public int getLookupCount()

getLookupListIndex

public int getLookupListIndex(int i)


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