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

java.lang.Object
  extended byorg.apache.batik.svggen.font.table.LookupSubtable
      extended byorg.apache.batik.svggen.font.table.SingleSubst
Direct Known Subclasses:
SingleSubstFormat1, SingleSubstFormat2

public abstract class SingleSubst
extends LookupSubtable

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

Constructor Summary
SingleSubst()
           
 
Method Summary
abstract  int getFormat()
           
static SingleSubst read(java.io.RandomAccessFile raf, int offset)
           
abstract  int substitute(int glyphId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleSubst

public SingleSubst()
Method Detail

getFormat

public abstract int getFormat()

substitute

public abstract int substitute(int glyphId)

read

public static SingleSubst read(java.io.RandomAccessFile raf,
                               int offset)
                        throws java.io.IOException
Throws:
java.io.IOException


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