com.yobotics.simulationconstructionset.util.graphs
Class JFreePlot

java.lang.Object
  extended by org.jfree.data.general.Series
      extended by org.jfree.data.xy.XYSeries
          extended by com.yobotics.simulationconstructionset.util.graphs.JFreePlot
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Direct Known Subclasses:
FrequencyPlot

public class JFreePlot
extends org.jfree.data.xy.XYSeries

See Also:
Serialized Form

Nested Class Summary
static class JFreePlot.PlotTypes
           
 
Constructor Summary
JFreePlot(DataBufferEntry xPlot, DataBufferEntry yPlot)
           
JFreePlot(DataBufferEntry xPlot, DataBufferEntry yPlot, boolean autoSort, boolean allowDuplicateXValues)
           
JFreePlot(double[] xPlot, double[] yPlot)
           
JFreePlot(double[] xPlot, double[] yPlot, boolean autoSort, boolean allowDuplicateXValues)
           
JFreePlot(java.lang.String name, DataBufferEntry xPlot, DataBufferEntry yPlot)
           
JFreePlot(java.lang.String name, DataBufferEntry xPlot, DataBufferEntry yPlot, boolean autoSort, boolean allowDuplicateXValues)
           
JFreePlot(java.lang.String name, double[] xPlot, double[] yPlot)
           
JFreePlot(java.lang.String name, double[] xPlot, double[] yPlot, boolean autoSort, boolean allowDuplicateXValues)
           
 
Method Summary
 java.awt.Color getColor()
           
 java.lang.String getName()
           
 void setColor(java.awt.Color color)
           
 void setType(JFreePlot.PlotTypes type)
           
 
Methods inherited from class org.jfree.data.xy.XYSeries
add, add, add, add, add, add, add, add, addOrUpdate, addOrUpdate, clear, clone, createCopy, delete, equals, getAllowDuplicateXValues, getAutoSort, getDataItem, getItemCount, getItems, getMaximumItemCount, getMaxX, getMaxY, getMinX, getMinY, getX, getY, hashCode, indexOf, remove, remove, setMaximumItemCount, toArray, update, update, updateByIndex
 
Methods inherited from class org.jfree.data.general.Series
addChangeListener, addPropertyChangeListener, fireSeriesChanged, getDescription, getKey, getNotify, isEmpty, removeChangeListener, removePropertyChangeListener, setDescription, setKey, setNotify
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JFreePlot

public JFreePlot(DataBufferEntry xPlot,
                 DataBufferEntry yPlot)

JFreePlot

public JFreePlot(double[] xPlot,
                 double[] yPlot)

JFreePlot

public JFreePlot(DataBufferEntry xPlot,
                 DataBufferEntry yPlot,
                 boolean autoSort,
                 boolean allowDuplicateXValues)

JFreePlot

public JFreePlot(double[] xPlot,
                 double[] yPlot,
                 boolean autoSort,
                 boolean allowDuplicateXValues)

JFreePlot

public JFreePlot(java.lang.String name,
                 DataBufferEntry xPlot,
                 DataBufferEntry yPlot)

JFreePlot

public JFreePlot(java.lang.String name,
                 double[] xPlot,
                 double[] yPlot)

JFreePlot

public JFreePlot(java.lang.String name,
                 DataBufferEntry xPlot,
                 DataBufferEntry yPlot,
                 boolean autoSort,
                 boolean allowDuplicateXValues)

JFreePlot

public JFreePlot(java.lang.String name,
                 double[] xPlot,
                 double[] yPlot,
                 boolean autoSort,
                 boolean allowDuplicateXValues)
Method Detail

setType

public void setType(JFreePlot.PlotTypes type)

getColor

public java.awt.Color getColor()

setColor

public void setColor(java.awt.Color color)

getName

public java.lang.String getName()