demos.atomicblocks
Class DEPlotter.PlotterWindow.Plotter.PlotPoint

java.lang.Object
  extended by demos.atomicblocks.DEPlotter.PlotterWindow.Plotter.PlotPoint
Enclosing class:
DEPlotter.PlotterWindow.Plotter

 class DEPlotter.PlotterWindow.Plotter.PlotPoint
extends java.lang.Object


Field Summary
 double time
           
 double value
           
 
Constructor Summary
DEPlotter.PlotterWindow.Plotter.PlotPoint(double time, double value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time

public double time

value

public double value
Constructor Detail

DEPlotter.PlotterWindow.Plotter.PlotPoint

public DEPlotter.PlotterWindow.Plotter.PlotPoint(double time,
                                                 double value)