Home » pdfbox-1.1.0-src » org.apache.fontbox.cff » [javadoc | source]
org.apache.fontbox.cff
public class: CFFOperator [javadoc | source]
java.lang.Object
   org.apache.fontbox.cff.CFFOperator
This class represents a CFF operator.
Nested Class Summary:
public static class  CFFOperator.Key  This class is a holder for a key value. It consists of one or two bytes. 
Method from org.apache.fontbox.cff.CFFOperator Summary:
equals,   getKey,   getName,   getOperator,   getOperator,   hashCode,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.fontbox.cff.CFFOperator Detail:
 public boolean equals(Object object) 
    {@inheritDoc}
 public Key getKey() 
    The key of the operator.
 public String getName() 
    The name of the operator.
 public static CFFOperator getOperator(Key key) 
    Returns the operator corresponding to the given key.
 public static CFFOperator getOperator(String name) 
    Returns the operator corresponding to the given name.
 public int hashCode() 
    {@inheritDoc}
 public String toString() 
    {@inheritDoc}