|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.pdfview.font.ttf.CMap
com.sun.pdfview.font.ttf.CMapFormat6
public class CMapFormat6
| Constructor Summary | |
|---|---|
protected |
CMapFormat6(short language)
Creates a new instance of CMapFormat0 |
| Method Summary | |
|---|---|
java.nio.ByteBuffer |
getData()
Get the data in the map as a byte buffer |
short |
getLength()
Get the length of this table |
byte |
map(byte src)
Cannot map from a byte |
char |
map(char src)
Map from char |
char |
reverseMap(short glyphID)
Get the src code which maps to the given glyphID |
void |
setData(int length,
java.nio.ByteBuffer data)
Get the data in this map as a ByteBuffer |
| Methods inherited from class com.sun.pdfview.font.ttf.CMap |
|---|
createMap, getFormat, getLanguage, getMap, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected CMapFormat6(short language)
| Method Detail |
|---|
public short getLength()
getLength in class CMappublic byte map(byte src)
map in class CMappublic char map(char src)
map in class CMappublic char reverseMap(short glyphID)
reverseMap in class CMap
public void setData(int length,
java.nio.ByteBuffer data)
setData in class CMappublic java.nio.ByteBuffer getData()
getData in class CMap
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||