Package | Description |
---|---|
com.hfg.css |
Implementation of CSS concepts to allow CSS content to be created, parsed,
and/or manipulated in code.
|
Modifier and Type | Method and Description |
---|---|
static CSSDisplayValue |
CSSDisplayValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSSDisplayValue[] |
CSSDisplayValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
CSS.display(CSSDisplayValue inValue) |
jataylor@hairyfatguy.com