com.yobotics.simulationconstructionset.util.graphs
Class JFreePlot
java.lang.Object
org.jfree.data.general.Series
org.jfree.data.xy.XYSeries
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
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)
|
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 |
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)
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()