Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.visualization.gui.overview
Class OverviewPlot.SelectPlotEvent

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.visualization.gui.overview.OverviewPlot.SelectPlotEvent
All Implemented Interfaces:
EventListener
Enclosing class:
OverviewPlot<NV extends NumberVector<NV,?>>

public class OverviewPlot.SelectPlotEvent
extends Object
implements EventListener

Event when a plot was selected.

Author:
Erich Schubert

Field Summary
(package private)  double x
          X coordinate of box.
(package private)  double y
          Y coordinate of box.
 
Constructor Summary
OverviewPlot.SelectPlotEvent(double x, double y)
          Constructor.
 
Method Summary
 void handleEvent(Event evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

double x
X coordinate of box.


y

double y
Y coordinate of box.

Constructor Detail

OverviewPlot.SelectPlotEvent

public OverviewPlot.SelectPlotEvent(double x,
                                    double y)
Constructor.

Parameters:
x - coordinate
y - coordinate
Method Detail

handleEvent

public void handleEvent(Event evt)
Specified by:
handleEvent in interface EventListener

Release 0.3 (2010-03-31_1612)