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
An empty post map
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) short
getCharIndex
(String charName) map a name to a character index(package private) String
getCharName
(char charIndex) name a character index to a name(package private) ByteBuffer
getData()
get the data in this map as a ByteBuffer(package private) int
get the length of the data in this map(package private) void
setData
(ByteBuffer data) set the data in this map from a ByteBuffer
-
Constructor Details
-
PostMap
PostMap()
-
-
Method Details
-
getCharIndex
map a name to a character index -
getCharName
name a character index to a name -
getLength
int getLength()get the length of the data in this map -
getData
ByteBuffer getData()get the data in this map as a ByteBuffer -
setData
set the data in this map from a ByteBuffer
-