|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fontbox.cff.CFFOperator
public class CFFOperator
This class represents a CFF operator.
Nested Class Summary | |
---|---|
static class |
CFFOperator.Key
This class is a holder for a key value. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
|
CFFOperator.Key |
getKey()
The key of the operator. |
java.lang.String |
getName()
The name of the operator. |
static CFFOperator |
getOperator(CFFOperator.Key key)
Returns the operator corresponding to the given key. |
static CFFOperator |
getOperator(java.lang.String name)
Returns the operator corresponding to the given name. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public CFFOperator.Key getKey()
public java.lang.String getName()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public static CFFOperator getOperator(CFFOperator.Key key)
key
- the given key
public static CFFOperator getOperator(java.lang.String name)
key
- the given name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |