Class CmapFormat
- java.lang.Object
-
- org.apache.batik.svggen.font.table.CmapFormat
-
- Direct Known Subclasses:
CmapFormat0
,CmapFormat2
,CmapFormat4
,CmapFormat6
public abstract class CmapFormat extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CmapFormat(java.io.RandomAccessFile raf)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected static CmapFormat
create(int format, java.io.RandomAccessFile raf)
abstract int
getFirst()
int
getFormat()
abstract int
getLast()
int
getLength()
int
getVersion()
abstract int
mapCharCode(int charCode)
java.lang.String
toString()
-
-
-
Method Detail
-
create
protected static CmapFormat create(int format, java.io.RandomAccessFile raf) throws java.io.IOException
- Throws:
java.io.IOException
-
getFormat
public int getFormat()
-
getLength
public int getLength()
-
getVersion
public int getVersion()
-
mapCharCode
public abstract int mapCharCode(int charCode)
-
getFirst
public abstract int getFirst()
-
getLast
public abstract int getLast()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-