org.apache.fontbox.cff
public class CharStringCommand extends Object
Version: $Revision$
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 b0, int b1)
Constructor with two values.
| |
CharStringCommand(int[] values)
Constructor with an array as values.
|
Method Summary | |
---|---|
boolean | equals(Object object) |
CharStringCommand.Key | getKey()
The key of the CharStringCommand. |
int | hashCode() |
String | toString() |
Parameters: b0 value
Parameters: b0 value1 b1 value2
Parameters: values array of values
Returns: the key