Class TextAttributeSet
java.lang.Object
games.stendhal.client.gui.textformat.TextAttributeSet
FormatSet implementation for TextAttribute maps.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new TextAttributeSet with no defined attributes. -
Method Summary
Modifier and TypeMethodDescriptioncontents()copy()voidsetAttribute(TextAttribute attr, Object value) Set a specific attribute.union(TextAttributeSet additional)
-
Constructor Details
-
TextAttributeSet
public TextAttributeSet()Create a new TextAttributeSet with no defined attributes.
-
-
Method Details
-
union
-
copy
-
contents
-
setAttribute
Set a specific attribute.- Parameters:
attr- attributevalue- new value of the attribute
-