|
|||||||||
| Home >> All >> org >> apache >> batik >> svggen >> font >> [ table overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.svggen.font.table
Class CmapFormat2

java.lang.Objectorg.apache.batik.svggen.font.table.CmapFormat
org.apache.batik.svggen.font.table.CmapFormat2
- public class CmapFormat2
- extends CmapFormat
- Version:
- $Id: CmapFormat2.java,v 1.4 2004/09/01 09:35:23 deweese Exp $
| Field Summary | |
private short[] |
glyphIndexArray
|
private short[] |
subHeaderKeys
|
private int[] |
subHeaders1
|
private int[] |
subHeaders2
|
| Fields inherited from class org.apache.batik.svggen.font.table.CmapFormat |
format, length, version |
| Constructor Summary | |
protected |
CmapFormat2(java.io.RandomAccessFile raf)
|
| Method Summary | |
int |
getFirst()
|
int |
getLast()
|
int |
mapCharCode(int charCode)
|
| Methods inherited from class org.apache.batik.svggen.font.table.CmapFormat |
create, getFormat, getLength, getVersion, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
subHeaderKeys
private short[] subHeaderKeys
subHeaders1
private int[] subHeaders1
subHeaders2
private int[] subHeaders2
glyphIndexArray
private short[] glyphIndexArray
| Constructor Detail |
CmapFormat2
protected CmapFormat2(java.io.RandomAccessFile raf) throws java.io.IOException
| Method Detail |
getFirst
public int getFirst()
- Specified by:
getFirstin classCmapFormat
getLast
public int getLast()
- Specified by:
getLastin classCmapFormat
mapCharCode
public int mapCharCode(int charCode)
- Specified by:
mapCharCodein classCmapFormat
|
|||||||||
| Home >> All >> org >> apache >> batik >> svggen >> font >> [ table overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC