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. seriesMethods in org.jzy3d.chart that return Serie2d Modifier and Type Method Description Serie2dChart. getSerie(String name, Serie2d.Type type)Serie2dChart. removeSerie(String name, Serie2d.Type type)Methods in org.jzy3d.chart with parameters of type Serie2d Modifier and Type Method Description voidChart. add(Serie2d serie)voidChart. remove(Serie2d serie)Method parameters in org.jzy3d.chart with type arguments of type Serie2d Modifier and Type Method Description voidChart. add(Collection<Serie2d> series)voidChart. 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 Serie2dChartFactory. newSerie(String name, Serie2d.Type type)Serie2dIChartFactory. 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. seriesprotected Map<String,Serie2d>SerieManager. seriesMethods in org.jzy3d.chart2d that return Serie2d Modifier and Type Method Description Serie2dChart2d. getSerie(String name, Serie2d.Type type)Serie2dChart2dGroup. getSerie(int chartKey, int serieKey)Return the 2d serie of a chart.Serie2dChart2dGroup. getSerie(String chartKey, String serieKey)Serie2dSerieManager. getSerie(String name, Serie2d.Type type)protected Serie2dSerieManager. 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 Serie2dSerieManager. newSerie(String name, Serie2d.Type type, Serie2d serie)voidChart2d. setSerie(Serie2d serie)Method parameters in org.jzy3d.chart2d with type arguments of type Serie2d Modifier and Type Method Description voidChart2d. setSeries(Collection<Serie2d> series)voidChart2d. 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 Serie2dDebugGLChart2d.Watcher. serieMethods in org.jzy3d.debugGL.tracers with parameters of type Serie2d Modifier and Type Method Description protected voidDebugGLChart2d.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 classLineSerie2dclassLineSerie2dSplittedclassScatterPointSerie2dclassScatterSerie2d -
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 Serie2dAWTSerieLegend. serieFields in org.jzy3d.plot3d.rendering.legends.series with type parameters of type Serie2d Modifier and Type Field Description protected List<Serie2d>AWTSeriesLegend. seriesMethods in org.jzy3d.plot3d.rendering.legends.series with parameters of type Serie2d Modifier and Type Method Description voidAWTSeriesLegend. 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)
-