public class StyleSheet extends Object
Constructor and Description |
---|
StyleSheet() |
Modifier and Type | Method and Description |
---|---|
void |
applyStyle(String tag,
HashMap props)
Deprecated.
|
void |
applyStyle(String tag,
Map<String,String> props) |
void |
loadStyle(String style,
Map<String,String> props) |
void |
loadStyle(String style,
String key,
String value) |
void |
loadTagStyle(String tag,
Map<String,String> props) |
void |
loadTagStyle(String tag,
String key,
String value) |
@Deprecated public void applyStyle(String tag, HashMap props)
Copyright © 2020. All rights reserved.