de.enough.polish.preprocess.css
Class AttributesGroup
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,String>
de.enough.polish.preprocess.css.AttributesGroup
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,String>
public class AttributesGroup
- extends HashMap<String,String>
Contains CSS attributes within Style objects
- Author:
- Robert Virkus
- See Also:
- Serialized Form
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
AttributesGroup
public AttributesGroup(AttributesGroup parentGroup)
AttributesGroup
public AttributesGroup(Style parent,
String groupName)
AttributesGroup
public AttributesGroup(Style parent,
String groupName,
Map<String,String> attributes)
AttributesGroup
public AttributesGroup(Style parent,
String groupName,
int size)
getValue
public String getValue(String key)
getStyle
public Style getStyle()
setStyle
public void setStyle(Style parentStyle)
getGroupName
public String getGroupName()
toString
public String toString()
- Overrides:
toString in class AbstractMap<String,String>