org.basex.gui.view.plot
Class PlotData

java.lang.Object
  extended by org.basex.gui.view.plot.PlotData

public final class PlotData
extends java.lang.Object

An additional abstraction layer which prepares the data for the scatter plot. It consists of a simple array for fast plotting and two hash maps which support a fast item search after interactions.

Author:
Workgroup DBIS, University of Konstanz 2005-08, ISC License, Lukas Kircher

Constructor Summary
PlotData()
          Default Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlotData

public PlotData()
Default Constructor.