|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.svggen.font.table.CmapFormat
Field Summary | |
protected int |
format
|
protected int |
length
|
protected int |
version
|
Constructor Summary | |
protected |
CmapFormat(java.io.RandomAccessFile raf)
|
Method Summary | |
protected static CmapFormat |
create(int format,
java.io.RandomAccessFile raf)
|
int |
getFormat()
|
int |
getLength()
|
int |
getVersion()
|
abstract int |
mapCharCode(int charCode)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected int format
protected int length
protected int version
Constructor Detail |
protected CmapFormat(java.io.RandomAccessFile raf) throws java.io.IOException
Method Detail |
protected static CmapFormat create(int format, java.io.RandomAccessFile raf) throws java.io.IOException
public int getFormat()
public int getLength()
public int getVersion()
public abstract int mapCharCode(int charCode)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |