Class CFFOperator

java.lang.Object
org.apache.fontbox.cff.CFFOperator

public class CFFOperator extends Object
This class represents a CFF operator.
Version:
$Revision: 1.0 $
Author:
Villu Ruusmann
  • Method Details

    • getKey

      public CFFOperator.Key getKey()
      The key of the operator.
      Returns:
      the key
    • getName

      public String getName()
      The name of the operator.
      Returns:
      the name
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • getOperator

      public static CFFOperator getOperator(CFFOperator.Key key)
      Returns the operator corresponding to the given key.
      Parameters:
      key - the given key
      Returns:
      the corresponding operator
    • getOperator

      public static CFFOperator getOperator(String name)
      Returns the operator corresponding to the given name.
      Parameters:
      name - the given name
      Returns:
      the corresponding operator