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

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.visualization.batikutil.RemoveCSSClass
All Implemented Interfaces:
EventListener

public class RemoveCSSClass
extends Object
implements EventListener

Remove a CSS class to the event target.


Field Summary
private  String cssclass
          Class to set
 
Constructor Summary
RemoveCSSClass(String cssclass)
          Constructor
 
Method Summary
 void handleEvent(Event evt)
          Event handler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cssclass

private String cssclass
Class to set

Constructor Detail

RemoveCSSClass

public RemoveCSSClass(String cssclass)
Constructor

Parameters:
cssclass - class to set
Method Detail

handleEvent

public void handleEvent(Event evt)
Event handler

Specified by:
handleEvent in interface EventListener

Release 0.4.0 (2011-09-20_1324)