@Deprecated public class StyleSheet extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Map<String,String>> |
classMap
Deprecated.
Map storing possible names of the "class" attribute
and their corresponding styles.
|
protected Map<String,Map<String,String>> |
tagMap
Deprecated.
Map storing tags and their corresponding styles.
|
| Constructor and Description |
|---|
StyleSheet()
Deprecated.
Creates a new instance of StyleSheet
|
| Modifier and Type | Method and Description |
|---|---|
void |
applyStyle(String tag,
Map<String,String> attrs)
Deprecated.
Resolves the styles based on the tag name and the value
of the class attribute.
|
void |
loadStyle(String className,
HashMap<String,String> attrs)
Deprecated.
Associates a Map containing styles with a class name.
|
void |
loadStyle(String className,
String key,
String value)
Deprecated.
Adds an extra style key-value pair to the styles Map
of a specific tag
|
void |
loadTagStyle(String tag,
Map<String,String> attrs)
Deprecated.
Associates a Map containing styles with a tag.
|
void |
loadTagStyle(String tag,
String key,
String value)
Deprecated.
Adds an extra style key-value pair to the styles Map
of a specific tag
|
static void |
resolveStyleAttribute(Map<String,String> h,
ChainedProperties chain)
Deprecated.
Method contributed by Lubos Strapko
|
protected Map<String,Map<String,String>> tagMap
public void loadTagStyle(String tag, Map<String,String> attrs)
tag - the name of the HTML/XML tagattrs - a map containing stylespublic void loadTagStyle(String tag, String key, String value)
tag - the name of the HTML/XML tagkey - the key specifying a specific stylevalue - the value defining the stylepublic void loadStyle(String className, HashMap<String,String> attrs)
className - the value of the class attributeattrs - a map containing stylespublic void loadStyle(String className, String key, String value)
className - the name of the HTML/XML tagkey - the key specifying a specific stylevalue - the value defining the stylepublic void applyStyle(String tag, Map<String,String> attrs)
tag - the tag that needs to be resolvedattrs - existing style map that will be updatedpublic static void resolveStyleAttribute(Map<String,String> h, ChainedProperties chain)
h - chain - Copyright © 2022. All rights reserved.