org.jfree.layouting.input.style
public class StyleSheet extends Object implements Cloneable, Serializable
Constructor Summary | |
---|---|
StyleSheet() |
Method Summary | |
---|---|
void | addNamespace(String prefix, String uri) |
void | addRule(StyleRule rule) |
void | addStyleSheet(StyleSheet styleSheet) |
Object | clone() |
void | deleteRule(int index) |
String[] | getNamespacePrefixes() |
Map | getNamespaces() |
String | getNamespaceURI(String prefix) |
ResourceManager | getResourceManager() |
StyleRule | getRule(int index) |
int | getRuleCount() |
ResourceKey | getSource() |
StyleKeyRegistry | getStyleKeyRegistry() |
StyleSheet | getStyleSheet(int index) |
int | getStyleSheetCount() |
void | insertRule(int index, StyleRule rule) |
boolean | isReadOnly() |
void | removeStyleSheet(StyleSheet styleSheet) |
protected void | setReadOnly(boolean readOnly) |
void | setResourceManager(ResourceManager resourceManager) |
void | setSource(ResourceKey href) |