Uses of Class javax.swing.text.html.StyleSheet

Uses in package javax.swing.text.html

Constructors with parameter type javax.swing.text.html.StyleSheet

Constructs an HTML document with the given content storage implementation and the given style/attribute storage mechanism.
Constructs an HTML document with the default content storage implementation and the specified style/attribute storage mechanism.

Methods with parameter type javax.swing.text.html.StyleSheet

void
Adds the rules from ss to those of the receiver. ss's rules will override the old rules.
void
Removes ss from those of the receiver
void
Set the set of styles to be used to render the various HTML elements.

Methods with return type javax.swing.text.html.StyleSheet

StyleSheet
Gets the default style sheet.
StyleSheet
Gets the style sheet with the document display rules (CSS) that were specified in the HTML document.
StyleSheet
Get the set of styles currently being used to render the HTML elements.
StyleSheet
Get the associated style sheet from the document.
StyleSheet
Returns the stylesheet used by this view.
StyleSheet
Returns the stylesheet used by this view.
StyleSheet[]
Returns an array of the linked StyleSheets.