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- Version:
- $Id: CmapFormat.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCmapFormat(java.io.RandomAccessFile raf)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected static CmapFormatcreate(int format, java.io.RandomAccessFile raf)abstract intgetFirst()intgetFormat()abstract intgetLast()intgetLength()intgetVersion()abstract intmapCharCode(int charCode)java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-