Uses of Class
org.apache.fontbox.cff.CFFOperator.Key

Packages that use CFFOperator.Key
org.apache.fontbox.cff This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts). 
 

Uses of CFFOperator.Key in org.apache.fontbox.cff
 

Methods in org.apache.fontbox.cff that return CFFOperator.Key
 CFFOperator.Key CFFOperator.getKey()
          The key of the operator.
 

Methods in org.apache.fontbox.cff with parameters of type CFFOperator.Key
static CFFOperator CFFOperator.getOperator(CFFOperator.Key key)
          Returns the operator corresponding to the given key.