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 |
---|---|
CSSMediaType |
CSSMediaQuery.getMediaType() |
static CSSMediaType |
CSSMediaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSSMediaType[] |
CSSMediaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CSSRule.appliesTo(CSSMediaType inValue) |
List<CSSDeclaration> |
CSS.getCSSDeclarationsForHTMLTag(HTMLTag inHTML,
CSSMediaType inMediaType)
Returns CSS declarations that apply to the specified HTML tag.
|
void |
CSS.localizeStyles(HTMLTag inHTML,
CSSMediaType inMediaType)
Where specified CSS rules apply, the styling is placed in the tag's style attribute.
|
CSSMediaQuery |
CSSMediaQuery.setMediaType(CSSMediaType inValue) |
CSSRule |
CSSRule.setMediaType(CSSMediaType inValue) |
jataylor@hairyfatguy.com