org.apache.fontbox.cff
public static class CharStringCommand.Key extends Object
| Constructor Summary | |
|---|---|
| Key(int b0)
Constructor with one value.
| |
| Key(int b0, int b1)
Constructor with two values.
| |
| Key(int[] values)
Constructor with an array as values.
| |
| Method Summary | |
|---|---|
| boolean | equals(Object object) |
| int[] | getValue()
Array the with the values.
|
| int | hashCode() |
| String | toString() |
Parameters: b0 value
Parameters: b0 value1 b1 value2
Parameters: values array of values
Returns: array with the values