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 CSSMediaQuery.Flag |
CSSMediaQuery.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSSMediaQuery.Flag[] |
CSSMediaQuery.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CSSMediaQuery |
CSSMediaQuery.setFlag(CSSMediaQuery.Flag inValue) |
jataylor@hairyfatguy.com