public class StyleSheet extends Object
Constructor and Description |
---|
StyleSheet() |
Modifier and Type | Method and Description |
---|---|
void |
addStyleRule(StyleSheetRule rule,
String value) |
boolean |
getStyle(StyleAttribute attrib,
String tagName,
String cssClass) |
static StyleSheet |
parseSheet(String src) |
public StyleSheet()
public static StyleSheet parseSheet(String src)
public void addStyleRule(StyleSheetRule rule, String value)
public boolean getStyle(StyleAttribute attrib, String tagName, String cssClass)
Copyright © 2011-2019 Kitfox Studios. All Rights Reserved.