edu.udo.cs.yale.gui.plotter
Class AndrewsCurves.LinePlot

java.lang.Object
  extended by edu.udo.cs.yale.gui.plotter.AndrewsCurves.LinePlot
Enclosing class:
AndrewsCurves

private static class AndrewsCurves.LinePlot
extends java.lang.Object

Helper class containing the support points for each line and its color.


Field Summary
private  double color
           
private  double[] lineData
           
 
Constructor Summary
private AndrewsCurves.LinePlot(double[] lineData, double color)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lineData

private double[] lineData

color

private double color
Constructor Detail

AndrewsCurves.LinePlot

private AndrewsCurves.LinePlot(double[] lineData,
                               double color)


Copyright © 2001-2006