Modifier and Type | Field and Description |
---|---|
(package private) CSSEncoder.Mode |
CSSEncoder._mode
The mode of operation, used primarily for toString.
|
Modifier and Type | Method and Description |
---|---|
static CSSEncoder.Mode |
CSSEncoder.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CSSEncoder.Mode[] |
CSSEncoder.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CSSEncoder(CSSEncoder.Mode mode)
Creates an encoder for the specified mode of operation.
|