|
||||||||||
| 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. |
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 SID| Method Detail |
|---|
public int getCode()
public int getSID()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||