|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.data.general.Series
org.jfree.data.xy.XYSeries
com.yobotics.simulationconstructionset.util.graphs.JFreePlot
com.yobotics.simulationconstructionset.util.graphs.FrequencyPlot
public class FrequencyPlot
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 |
---|
public FrequencyPlot(java.lang.String name, DataBufferEntry time, DataBufferEntry data)
public FrequencyPlot(java.lang.String name, double[] time, double[] data)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |