javax.swing.text.html
public class CSS extends Object implements Serializable
Nested Class Summary | |
---|---|
static class | CSS.Attribute |
Method Summary | |
---|---|
static CSS.Attribute[] | getAllAttributeKeys()
Returns an array of all CSS attributes.
|
static CSS.Attribute | getAttribute(String name)
Returns an a given CSS attribute.
|
Returns: All available CSS.Attribute objects.
Parameters: name - The name of the attribute.
Returns: The CSS attribute with the given name, or null
if
no attribute with that name exists.