Package com.sun.pdfview.font.ttf
Class PostTable.PostMap
- java.lang.Object
-
- com.sun.pdfview.font.ttf.PostTable.PostMap
-
- Direct Known Subclasses:
PostTable.PostMapFormat0
- Enclosing class:
- PostTable
class PostTable.PostMap extends java.lang.Object
An empty post map
-
-
Constructor Summary
Constructors Constructor Description PostMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) short
getCharIndex(java.lang.String charName)
map a name to a character index(package private) java.lang.String
getCharName(char charIndex)
name a character index to a name(package private) java.nio.ByteBuffer
getData()
get the data in this map as a ByteBuffer(package private) int
getLength()
get the length of the data in this map(package private) void
setData(java.nio.ByteBuffer data)
set the data in this map from a ByteBuffer
-
-
-
Method Detail
-
getCharIndex
short getCharIndex(java.lang.String charName)
map a name to a character index
-
getCharName
java.lang.String getCharName(char charIndex)
name a character index to a name
-
getLength
int getLength()
get the length of the data in this map
-
getData
java.nio.ByteBuffer getData()
get the data in this map as a ByteBuffer
-
setData
void setData(java.nio.ByteBuffer data)
set the data in this map from a ByteBuffer
-
-