edu.princeton.plot
Class SimplePlot.PlotSeries
java.lang.Object
edu.princeton.plot.SimplePlot.PlotSeries
- Enclosing class:
- SimplePlot
public static class SimplePlot.PlotSeries
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
data
protected Point[] data
name
protected java.lang.String name
isVisible
protected boolean isVisible
closeLoop
protected boolean closeLoop
stroke
protected SimplePlot.STROKE stroke
marker
protected SimplePlot.MARKER marker
color
protected java.awt.Color color
SimplePlot.PlotSeries
public SimplePlot.PlotSeries(Point[] data,
java.lang.String name,
SimplePlot.MARKER marker,
SimplePlot.STROKE stroke,
java.awt.Color color,
boolean closeLoop)
getCopy
public SimplePlot.PlotSeries getCopy()