Generated by
JDiff

Class javax.swing.text.html.StyleSheet

Added Methods
void addCSSAttribute(MutableAttributeSet, Attribute, String) Adds a CSS attribute to the given set.
boolean addCSSAttributeFromHTML(MutableAttributeSet, Attribute, String) Adds a CSS attribute to the given set.
void addStyleSheet(StyleSheet) Adds the rules from the StyleSheet ss to those of the receiver.
URL getBase() Returns the base.
StyleSheet[] getStyleSheets() Returns an array of the linked StyleSheets.
void importStyleSheet(URL) Imports a style sheet from url.
void removeStyleSheet(StyleSheet) Removes the StyleSheet ss from those of the receiver.
void setBase(URL) Sets the base.