de.lmu.ifi.dbs.elki.visualization.batikutil
Class AttributeModifier
java.lang.Object
de.lmu.ifi.dbs.elki.visualization.batikutil.AttributeModifier
- All Implemented Interfaces:
- Runnable
public class AttributeModifier
- extends Object
- implements Runnable
Runnable wrapper for modifying XML-Attributes.
Field Summary |
private String |
attribute
The name of the attribute to be modified. |
private Element |
e
Provides the attribute to be modified. |
private String |
newValue
The new value of the attribute. |
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
e
private Element e
- Provides the attribute to be modified.
attribute
private String attribute
- The name of the attribute to be modified.
newValue
private String newValue
- The new value of the attribute.
AttributeModifier
public AttributeModifier(Element e,
String attribute,
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.
run
public void run()
- Specified by:
run
in interface Runnable