Package org.apache.fontbox.cff
Class CharStringCommand.Key
java.lang.Object
org.apache.fontbox.cff.CharStringCommand.Key
- Enclosing class:
- CharStringCommand
A static class to hold one or more int values as key.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Key
public Key(int b0) Constructor with one value.- Parameters:
b0
- value
-
Key
public Key(int b0, int b1) Constructor with two values.- Parameters:
b0
- value1b1
- value2
-
Key
public Key(int[] values) Constructor with an array as values.- Parameters:
values
- array of values
-
-
Method Details