edu.udo.cs.yale.gui.plotter
Class SurveyPlotter.SurveyRow

java.lang.Object
  extended by edu.udo.cs.yale.gui.plotter.SurveyPlotter.SurveyRow
All Implemented Interfaces:
java.lang.Comparable<SurveyPlotter.SurveyRow>
Enclosing class:
SurveyPlotter

private class SurveyPlotter.SurveyRow
extends java.lang.Object
implements java.lang.Comparable<SurveyPlotter.SurveyRow>


Field Summary
private  double color
           
private  double[] data
           
 
Constructor Summary
private SurveyPlotter.SurveyRow(double[] data, double color)
           
 
Method Summary
 int compareTo(SurveyPlotter.SurveyRow row)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

private double[] data

color

private double color
Constructor Detail

SurveyPlotter.SurveyRow

private SurveyPlotter.SurveyRow(double[] data,
                                double color)
Method Detail

compareTo

public int compareTo(SurveyPlotter.SurveyRow row)
Specified by:
compareTo in interface java.lang.Comparable<SurveyPlotter.SurveyRow>


Copyright © 2001-2006