Package com.simsilica.lemur.style
Class Attributes
java.lang.Object
com.simsilica.lemur.style.Attributes
The attribute settings for a particular style selector.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
applyNew
(Attributes atts) <T> T
<T> T
<T> T
boolean
hasAttribute
(String key) boolean
isEmpty()
protected Attributes
merge
(Attributes atts) Like applyNew except that it returns a new Attributes object and leaves the original intact if a merge is necessary.protected Map
void
void
toString()
-
Constructor Details
-
Method Details
-
getValues
-
applyNew
-
mergeMap
-
merge
Like applyNew except that it returns a new Attributes object and leaves the original intact if a merge is necessary. If the specified attributes to merge are empty then this attributes object is returned. -
isEmpty
public boolean isEmpty() -
hasAttribute
-
set
-
set
-
get
-
get
-
get
-
toString
-