Package org.apache.fontbox.cff
Class CharStringCommand
java.lang.Object
org.apache.fontbox.cff.CharStringCommand
This class represents a CharStringCommand.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A static class to hold one or more int values as key. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CharStringCommand.Key
static final Map<CharStringCommand.Key,
String> A map with the Type1 vocabulary.static final Map<CharStringCommand.Key,
String> A map with the Type2 vocabulary. -
Constructor Summary
ConstructorsConstructorDescriptionCharStringCommand
(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
-
Field Details
-
commandKey
-
TYPE1_VOCABULARY
A map with the Type1 vocabulary. -
TYPE2_VOCABULARY
A map with the Type2 vocabulary.
-
-
Constructor Details
-
CharStringCommand
public CharStringCommand(int b0) Constructor with one value.- Parameters:
b0
- value
-
CharStringCommand
public CharStringCommand(int b0, int b1) Constructor with two values.- Parameters:
b0
- value1b1
- value2
-
CharStringCommand
public CharStringCommand(int[] values) Constructor with an array as values.- Parameters:
values
- array of values
-
-
Method Details