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