|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.fontbox.cff.CharStringCommand.Key
public static class CharStringCommand.Key
A static class to hold one or more int values as key.
| Constructor Summary | |
|---|---|
CharStringCommand.Key(int b0)
Constructor with one value. |
|
CharStringCommand.Key(int[] values)
Constructor with an array as values. |
|
CharStringCommand.Key(int b0,
int b1)
Constructor with two values. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
int[] |
getValue()
Array the with the values. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CharStringCommand.Key(int b0)
b0 - value
public CharStringCommand.Key(int b0,
int b1)
b0 - value1b1 - value2public CharStringCommand.Key(int[] values)
values - array of values| Method Detail |
|---|
public int[] getValue()
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object object)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||