Package org.apache.fontbox.cff
Enum CharStringCommand.Key
- All Implemented Interfaces:
Serializable,Comparable<CharStringCommand.Key>,java.lang.constant.Constable
- Enclosing class:
CharStringCommand
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Map<Integer, CharStringCommand.Key> private final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CharStringCommand.KeyReturns the enum constant of this type with the specified name.static CharStringCommand.KeyvalueOfKey(int b0) static CharStringCommand.KeyvalueOfKey(int b0, int b1) static CharStringCommand.Key[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
HSTEM
-
VSTEM
-
VMOVETO
-
RLINETO
-
HLINETO
-
VLINETO
-
RRCURVETO
-
CLOSEPATH
-
CALLSUBR
-
RET
-
ESCAPE
-
DOTSECTION
-
VSTEM3
-
HSTEM3
-
AND
-
OR
-
NOT
-
SEAC
-
SBW
-
ABS
-
ADD
-
SUB
-
DIV
-
NEG
-
EQ
-
CALLOTHERSUBR
-
POP
-
DROP
-
PUT
-
GET
-
IFELSE
-
RANDOM
-
MUL
-
SQRT
-
DUP
-
EXCH
-
INDEX
-
ROLL
-
SETCURRENTPOINT
-
HFLEX
-
FLEX
-
HFLEX1
-
FLEX1
-
HSBW
-
ENDCHAR
-
HSTEMHM
-
HINTMASK
-
CNTRMASK
-
RMOVETO
-
HMOVETO
-
VSTEMHM
-
RCURVELINE
-
RLINECURVE
-
VVCURVETO
-
HHCURVETO
-
SHORTINT
-
CALLGSUBR
-
VHCURVETO
-
HVCURVETO
-
-
Field Details
-
hashValue
private final int hashValue -
BY_KEY
-
-
Constructor Details
-
Key
private Key(int b0) -
Key
private Key(int b0, int b1)
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
valueOfKey
-
valueOfKey
-