Package elki.visualization.batikutil
Class AttributeModifier
- java.lang.Object
-
- elki.visualization.batikutil.AttributeModifier
-
- All Implemented Interfaces:
java.lang.Runnable
public class AttributeModifier extends java.lang.Object implements java.lang.Runnable
Runnable wrapper for modifying XML-Attributes.- Since:
- 0.3
- Author:
- Remigius Wojdanowski
-
-
Constructor Summary
Constructors Constructor Description AttributeModifier(org.w3c.dom.Element e, java.lang.String attribute, java.lang.String newValue)
Trivial constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Constructor Detail
-
AttributeModifier
public AttributeModifier(org.w3c.dom.Element e, java.lang.String attribute, java.lang.String newValue)
Trivial constructor.- Parameters:
e
- provides the attribute to be modified.attribute
- the name of the attribute to be modified.newValue
- the new value of the attribute.
-
-