|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.fontbox.cff.CharStringCommand
public class CharStringCommand
This class represents a CharStringCommand.
| Nested Class Summary | |
|---|---|
static class |
CharStringCommand.Key
A static class to hold one or more int values as key. |
| Field Summary | |
|---|---|
static Map<CharStringCommand.Key,String> |
TYPE1_VOCABULARY
A map with the Type1 vocabulary. |
static Map<CharStringCommand.Key,String> |
TYPE2_VOCABULARY
A map with the Type2 vocabulary. |
| Constructor Summary | |
|---|---|
CharStringCommand(int b0)
Constructor with one value. |
|
CharStringCommand(int[] values)
Constructor with an array as values. |
|
CharStringCommand(int b0,
int b1)
Constructor with two values. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
CharStringCommand.Key |
getKey()
The key of the CharStringCommand. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Map<CharStringCommand.Key,String> TYPE1_VOCABULARY
public static final Map<CharStringCommand.Key,String> TYPE2_VOCABULARY
| Constructor Detail |
|---|
public CharStringCommand(int b0)
b0 - value
public CharStringCommand(int b0,
int b1)
b0 - value1b1 - value2public CharStringCommand(int[] values)
values - array of values| Method Detail |
|---|
public CharStringCommand.Key getKey()
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 | |||||||||