com.yobotics.simulationconstructionset.util.graphs
Class FrequencyPlot

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
              extended by com.yobotics.simulationconstructionset.util.graphs.FrequencyPlot
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class FrequencyPlot
extends JFreePlot

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.yobotics.simulationconstructionset.util.graphs.JFreePlot
JFreePlot.PlotTypes
 
Constructor Summary
FrequencyPlot(java.lang.String name, DataBufferEntry time, DataBufferEntry data)
           
FrequencyPlot(java.lang.String name, double[] time, double[] data)
           
 
Method Summary
 
Methods inherited from class com.yobotics.simulationconstructionset.util.graphs.JFreePlot
getColor, getName, setColor, setType
 
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

FrequencyPlot

public FrequencyPlot(java.lang.String name,
                     DataBufferEntry time,
                     DataBufferEntry data)

FrequencyPlot

public FrequencyPlot(java.lang.String name,
                     double[] time,
                     double[] data)