Uses of Interface
org.jzy3d.plot2d.primitives.Serie2d
-
Packages that use Serie2d Package Description org.jzy3d.chart org.jzy3d.chart.factories org.jzy3d.chart2d org.jzy3d.debugGL.tracers org.jzy3d.plot2d.primitives org.jzy3d.plot3d.rendering.legends.series -
-
Uses of Serie2d in org.jzy3d.chart
Fields in org.jzy3d.chart with type parameters of type Serie2d Modifier and Type Field Description protected Map<String,Serie2d>
Chart. series
Methods in org.jzy3d.chart that return Serie2d Modifier and Type Method Description Serie2d
Chart. getSerie(String name, Serie2d.Type type)
Serie2d
Chart. removeSerie(String name, Serie2d.Type type)
Methods in org.jzy3d.chart with parameters of type Serie2d Modifier and Type Method Description void
Chart. add(Serie2d serie)
void
Chart. remove(Serie2d serie)
Method parameters in org.jzy3d.chart with type arguments of type Serie2d Modifier and Type Method Description void
Chart. add(Collection<Serie2d> series)
void
Chart. add(Map<String,Serie2d> series)
-
Uses of Serie2d in org.jzy3d.chart.factories
Methods in org.jzy3d.chart.factories that return Serie2d Modifier and Type Method Description Serie2d
ChartFactory. newSerie(String name, Serie2d.Type type)
Serie2d
IChartFactory. newSerie(String name, Serie2d.Type type)
-
Uses of Serie2d in org.jzy3d.chart2d
Fields in org.jzy3d.chart2d with type parameters of type Serie2d Modifier and Type Field Description protected Map<String,Serie2d>
Chart2d. series
protected Map<String,Serie2d>
SerieManager. series
Methods in org.jzy3d.chart2d that return Serie2d Modifier and Type Method Description Serie2d
Chart2d. getSerie(String name, Serie2d.Type type)
Serie2d
Chart2dGroup. getSerie(int chartKey, int serieKey)
Return the 2d serie of a chart.Serie2d
Chart2dGroup. getSerie(String chartKey, String serieKey)
Serie2d
SerieManager. getSerie(String name, Serie2d.Type type)
protected Serie2d
SerieManager. newSerie(String name, Serie2d.Type type, Serie2d serie)
Methods in org.jzy3d.chart2d that return types with arguments of type Serie2d Modifier and Type Method Description Collection<Serie2d>
SerieManager. getSeries()
Methods in org.jzy3d.chart2d with parameters of type Serie2d Modifier and Type Method Description protected Serie2d
SerieManager. newSerie(String name, Serie2d.Type type, Serie2d serie)
void
Chart2d. setSerie(Serie2d serie)
Method parameters in org.jzy3d.chart2d with type arguments of type Serie2d Modifier and Type Method Description void
Chart2d. setSeries(Collection<Serie2d> series)
void
Chart2d. setSeries(Map<String,Serie2d> series)
-
Uses of Serie2d in org.jzy3d.debugGL.tracers
Fields in org.jzy3d.debugGL.tracers declared as Serie2d Modifier and Type Field Description protected Serie2d
DebugGLChart2d.Watcher. serie
Methods in org.jzy3d.debugGL.tracers with parameters of type Serie2d Modifier and Type Method Description protected void
DebugGLChart2d.Watcher. plot(Serie2d serie, float value)
-
Uses of Serie2d in org.jzy3d.plot2d.primitives
Classes in org.jzy3d.plot2d.primitives that implement Serie2d Modifier and Type Class Description class
LineSerie2d
class
LineSerie2dSplitted
class
ScatterPointSerie2d
class
ScatterSerie2d
-
Uses of Serie2d in org.jzy3d.plot3d.rendering.legends.series
Fields in org.jzy3d.plot3d.rendering.legends.series declared as Serie2d Modifier and Type Field Description protected Serie2d
AWTSerieLegend. serie
Fields in org.jzy3d.plot3d.rendering.legends.series with type parameters of type Serie2d Modifier and Type Field Description protected List<Serie2d>
AWTSeriesLegend. series
Methods in org.jzy3d.plot3d.rendering.legends.series with parameters of type Serie2d Modifier and Type Method Description void
AWTSeriesLegend. addSerie(Serie2d serie)
Constructors in org.jzy3d.plot3d.rendering.legends.series with parameters of type Serie2d Constructor Description AWTSerieLegend(Serie2d serie)
AWTSeriesLegend(Serie2d... series)
Constructor parameters in org.jzy3d.plot3d.rendering.legends.series with type arguments of type Serie2d Constructor Description AWTSeriesLegend(List<Serie2d> series)
AWTSeriesLegend(List<Serie2d> series, Color foreground, Color background)
-