Package elki.visualization.batikutil
Class RemoveCSSClass
- java.lang.Object
-
- elki.visualization.batikutil.RemoveCSSClass
-
- All Implemented Interfaces:
org.w3c.dom.events.EventListener
public class RemoveCSSClass extends java.lang.Object implements org.w3c.dom.events.EventListener
Remove a CSS class to the event target.- Since:
- 0.2
- Author:
- Erich Schubert
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
cssclass
Class to set
-
Constructor Summary
Constructors Constructor Description RemoveCSSClass(java.lang.String cssclass)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleEvent(org.w3c.dom.events.Event evt)
Event handler
-