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

java.lang.Object
  |
  +--org.apache.batik.svggen.font.table.LookupSubtable
        |
        +--org.apache.batik.svggen.font.table.LigatureSubst
Direct Known Subclasses:
LigatureSubstFormat1

public abstract class LigatureSubst
extends LookupSubtable


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

Constructor Detail

LigatureSubst

public LigatureSubst()
Method Detail

read

public static LigatureSubst read(java.io.RandomAccessFile raf,
                                 int offset)
                          throws java.io.IOException


Copyright © 2002 Apache Software Foundation. All Rights Reserved.