com.moneydance.awt.graph
Class XYGraphDataSet

java.lang.Object
  extended bycom.moneydance.awt.graph.GraphDataSet
      extended bycom.moneydance.awt.graph.XYGraphDataSet

public class XYGraphDataSet
extends GraphDataSet


Field Summary
protected  double[] xvalues
           
protected  double[] yvalues
           
 
Fields inherited from class com.moneydance.awt.graph.GraphDataSet
color, dataSetDetails, dataSetName, dataSetReference, DAY_INTERVAL, MONTH_INTERVAL, WEEK_INTERVAL, YEAR_INTERVAL
 
Constructor Summary
XYGraphDataSet(java.lang.String name, java.lang.String[] details, java.lang.Object reference, double[] xvalues, double[] yvalues, java.awt.Color color)
           
 
Method Summary
 int getNumValues()
           
 
Methods inherited from class com.moneydance.awt.graph.GraphDataSet
getColor, getDetails, getName, getReference, resetColors, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

xvalues

protected double[] xvalues

yvalues

protected double[] yvalues
Constructor Detail

XYGraphDataSet

public XYGraphDataSet(java.lang.String name,
                      java.lang.String[] details,
                      java.lang.Object reference,
                      double[] xvalues,
                      double[] yvalues,
                      java.awt.Color color)
Method Detail

getNumValues

public int getNumValues()