|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimplePlot.MARKER | |
|---|---|
| edu.princeton.plot | Contains classes for 2D plotting of polygons, scatters, line plots, etc. |
| Uses of SimplePlot.MARKER in edu.princeton.plot |
|---|
| Fields in edu.princeton.plot declared as SimplePlot.MARKER | |
|---|---|
protected SimplePlot.MARKER |
SimplePlot.PlotSeries.marker
|
| Methods in edu.princeton.plot that return SimplePlot.MARKER | |
|---|---|
static SimplePlot.MARKER |
SimplePlot.MARKER.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SimplePlot.MARKER[] |
SimplePlot.MARKER.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in edu.princeton.plot with parameters of type SimplePlot.MARKER | |
|---|---|
void |
SimplePlot.addSeries(java.lang.String name,
java.util.List<? extends Point> data,
SimplePlot.MARKER type,
SimplePlot.STROKE stroke,
java.awt.Color color,
boolean closeLoop)
|
void |
SimplePlot.addSeries(java.lang.String name,
Point[] data,
SimplePlot.MARKER type,
SimplePlot.STROKE stroke,
java.awt.Color color,
boolean closeLoop)
|
void |
SimplePlot.addSeries(java.lang.String name,
Point data,
SimplePlot.MARKER type,
SimplePlot.STROKE stroke,
java.awt.Color color,
boolean closeLoop)
|
| Constructors in edu.princeton.plot with parameters of type SimplePlot.MARKER | |
|---|---|
SimplePlot.PlotSeries(Point[] data,
java.lang.String name,
SimplePlot.MARKER marker,
SimplePlot.STROKE stroke,
java.awt.Color color,
boolean closeLoop)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||