|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.princeton.plot.SimplePlot.PlotSeries
public static class SimplePlot.PlotSeries
| Field Summary | |
|---|---|
protected boolean |
closeLoop
|
protected java.awt.Color |
color
|
protected Point[] |
data
|
protected boolean |
isVisible
|
protected SimplePlot.MARKER |
marker
|
protected java.lang.String |
name
|
protected SimplePlot.STROKE |
stroke
|
| Constructor Summary | |
|---|---|
SimplePlot.PlotSeries(Point[] data,
java.lang.String name,
SimplePlot.MARKER marker,
SimplePlot.STROKE stroke,
java.awt.Color color,
boolean closeLoop)
|
|
| Method Summary | |
|---|---|
SimplePlot.PlotSeries |
getCopy()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Point[] data
protected java.lang.String name
protected boolean isVisible
protected boolean closeLoop
protected SimplePlot.STROKE stroke
protected SimplePlot.MARKER marker
protected java.awt.Color color
| Constructor Detail |
|---|
public SimplePlot.PlotSeries(Point[] data,
java.lang.String name,
SimplePlot.MARKER marker,
SimplePlot.STROKE stroke,
java.awt.Color color,
boolean closeLoop)
| Method Detail |
|---|
public SimplePlot.PlotSeries getCopy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||