Class SingleSubst
- java.lang.Object
-
- org.apache.batik.svggen.font.table.LookupSubtable
-
- org.apache.batik.svggen.font.table.SingleSubst
-
- Direct Known Subclasses:
SingleSubstFormat1
,SingleSubstFormat2
public abstract class SingleSubst extends LookupSubtable
- Version:
- $Id: SingleSubst.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Constructor Summary
Constructors Constructor Description SingleSubst()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract int
getFormat()
static SingleSubst
read(java.io.RandomAccessFile raf, int offset)
abstract int
substitute(int glyphId)
-
-
-
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
-
-