de.lmu.ifi.dbs.elki.visualization.batikutil
Class AttributeModifier

java.lang.Object
  extended by 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.
 
Constructor Summary
AttributeModifier(Element e, String attribute, String newValue)
          Trivial constructor.
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

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.
Method Detail

run

public void run()
Specified by:
run in interface Runnable

Release 0.4.0 (2011-09-20_1324)