Uses of Class
org.apache.fontbox.cff.CFFOperator.Key
-
Packages that use CFFOperator.Key Package Description 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
Fields in org.apache.fontbox.cff declared as CFFOperator.Key Modifier and Type Field Description private CFFOperator.KeyCFFOperator. operatorKeyFields in org.apache.fontbox.cff with type parameters of type CFFOperator.Key Modifier and Type Field Description private static java.util.Map<CFFOperator.Key,CFFOperator>CFFOperator. keyMapMethods in org.apache.fontbox.cff that return CFFOperator.Key Modifier and Type Method Description CFFOperator.KeyCFFOperator. getKey()The key of the operator.private static CFFOperator.KeyCFFParser. readOperatorKey(CFFDataInput input, int b0)Methods in org.apache.fontbox.cff with parameters of type CFFOperator.Key Modifier and Type Method Description static CFFOperatorCFFOperator. getOperator(CFFOperator.Key key)Returns the operator corresponding to the given key.private static voidCFFOperator. register(CFFOperator.Key key, java.lang.String name)private voidCFFOperator. setKey(CFFOperator.Key key)Constructors in org.apache.fontbox.cff with parameters of type CFFOperator.Key Constructor Description CFFOperator(CFFOperator.Key key, java.lang.String name)
-