|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fontbox.cff.charset.CFFCharset.Entry
public static class CFFCharset.Entry
This class represents a single SID/name mapping of the charset.
Constructor Summary | |
---|---|
protected |
CFFCharset.Entry(int sid,
String name)
Create a new instance of Entry with the given values. |
Method Summary | |
---|---|
String |
getName()
The Name of this entry. |
int |
getSID()
The SID of this entry. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected CFFCharset.Entry(int sid, String name)
sid
- the SIDname
- the NameMethod Detail |
---|
public int getSID()
public String getName()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |