org.apache.fontbox.cff
public class CFFOperator extends Object
Version: $Revision: 1.0 $
| Nested Class Summary | |
|---|---|
| static class | CFFOperator.Key
This class is a holder for a key value. |
| Method Summary | |
|---|---|
| boolean | equals(Object object) |
| CFFOperator.Key | getKey()
The key of the operator. |
| String | getName()
The name of the operator. |
| static CFFOperator | getOperator(CFFOperator.Key key)
Returns the operator corresponding to the given key. |
| static CFFOperator | getOperator(String name)
Returns the operator corresponding to the given name. |
| int | hashCode() |
| String | toString() |
Returns: the key
Returns: the name
Parameters: key the given key
Returns: the corresponding operator
Parameters: key the given name
Returns: the corresponding operator