Uses of Enum
org.apache.fontbox.cff.CharStringCommand.Key
Packages that use CharStringCommand.Key
Package
Description
This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts).
-
Uses of CharStringCommand.Key in org.apache.fontbox.cff
Fields in org.apache.fontbox.cff declared as CharStringCommand.KeyModifier and TypeFieldDescription(package private) final CharStringCommand.KeyCharStringCommand.Type1KeyWord.key(package private) final CharStringCommand.KeyCharStringCommand.Type2KeyWord.keyFields in org.apache.fontbox.cff with type parameters of type CharStringCommand.KeyModifier and TypeFieldDescriptionprivate static final Map<Integer, CharStringCommand.Key> CharStringCommand.Key.BY_KEYprivate static final Map<CharStringCommand.Key, CharStringCommand.Type1KeyWord> CharStringCommand.Type1KeyWord.BY_KEYprivate static final Map<CharStringCommand.Key, CharStringCommand.Type2KeyWord> CharStringCommand.Type2KeyWord.BY_KEYMethods in org.apache.fontbox.cff that return CharStringCommand.KeyModifier and TypeMethodDescriptionstatic CharStringCommand.KeyReturns the enum constant of this type with the specified name.static CharStringCommand.KeyCharStringCommand.Key.valueOfKey(int b0) static CharStringCommand.KeyCharStringCommand.Key.valueOfKey(int b0, int b1) static CharStringCommand.Key[]CharStringCommand.Key.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.fontbox.cff with parameters of type CharStringCommand.KeyModifier and TypeMethodDescriptionCharStringCommand.Type1KeyWord.valueOfKey(CharStringCommand.Key key) CharStringCommand.Type2KeyWord.valueOfKey(CharStringCommand.Key key) Constructors in org.apache.fontbox.cff with parameters of type CharStringCommand.KeyModifierConstructorDescriptionprivateConstructor with the CharStringCommand key as value.privateprivate