| Methoden |
| public Style | getRule(HTML.Tag t, Element e) |
| public Style | getRule(String selector) |
| public void | addRule(String rule) |
| public AttributeSet | getDeclaration(String decl) |
| public void | loadRules(Reader in, URL ref) |
| public AttributeSet | getViewAttributes(View v) |
| public void | removeStyle(String nm) |
| public void | addStyleSheet(StyleSheet ss) ![[1.3]](../../images/marg13.gif) |
| public void | removeStyleSheet(StyleSheet ss) ![[1.3]](../../images/marg13.gif) |
| public StyleSheet[] | getStyleSheets() ![[1.3]](../../images/marg13.gif) |
| public void | importStyleSheet(URL url) ![[1.3]](../../images/marg13.gif) |
| public void | setBase(URL base) ![[1.3]](../../images/marg13.gif) |
| public URL | getBase() ![[1.3]](../../images/marg13.gif) |
| public void | addCSSAttribute(MutableAttributeSet attr, CSS.Attribute key, String value) ![[1.3]](../../images/marg13.gif) |
| public boolean | addCSSAttributeFromHTML(MutableAttributeSet attr, CSS.Attribute key, String value) ![[1.3]](../../images/marg13.gif) |
| public AttributeSet | translateHTMLToCSS(AttributeSet htmlAttrSet) |
| public AttributeSet | addAttribute(AttributeSet old, Object key, Object value) |
| public AttributeSet | addAttributes(AttributeSet old, AttributeSet attr) |
| public AttributeSet | removeAttribute(AttributeSet old, Object key) |
| public AttributeSet | removeAttributes(AttributeSet old, Enumeration names) |
| public AttributeSet | removeAttributes(AttributeSet old, AttributeSet attrs) |
| protected StyleContext.SmallAttributeSet | createSmallAttributeSet(AttributeSet a) |
| protected MutableAttributeSet | createLargeAttributeSet(AttributeSet a) |
| public Font | getFont(AttributeSet a) |
| public Color | getForeground(AttributeSet a) |
| public Color | getBackground(AttributeSet a) |
| public StyleSheet.BoxPainter | getBoxPainter(AttributeSet a) |
| public StyleSheet.ListPainter | getListPainter(AttributeSet a) |
| public void | setBaseFontSize(int sz) |
| public void | setBaseFontSize(String size) |
| public static int | getIndexOfSize(float pt) |
| public float | getPointSize(int index) |
| public float | getPointSize(String size) |
| public Color | stringToColor(String string) |