Uses of Interface
org.jzy3d.plot2d.primitives.Serie2d
Package
Description
-
Uses of Serie2d in org.jzy3d.chart
Modifier and TypeMethodDescriptionChart.getSerie
(String name, Serie2d.Type type) Chart.removeSerie
(String name, Serie2d.Type type) -
Uses of Serie2d in org.jzy3d.chart.factories
Modifier and TypeMethodDescriptionChartFactory.newSerie
(String name, Serie2d.Type type) IChartFactory.newSerie
(String name, Serie2d.Type type) -
Uses of Serie2d in org.jzy3d.chart2d
Modifier and TypeMethodDescriptionChart2d.getSerie
(String name, Serie2d.Type type) Chart2dGroup.getSerie
(int chartKey, int serieKey) Return the 2d serie of a chart.SerieManager.getSerie
(String name, Serie2d.Type type) protected Serie2d
SerieManager.newSerie
(String name, Serie2d.Type type, Serie2d serie) Modifier and TypeMethodDescriptionprotected Serie2d
SerieManager.newSerie
(String name, Serie2d.Type type, Serie2d serie) void
-
Uses of Serie2d in org.jzy3d.debugGL.tracers
-
Uses of Serie2d in org.jzy3d.plot2d.primitives
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of Serie2d in org.jzy3d.plot3d.builder
Modifier and TypeMethodDescriptionSerieBuilder.apply
(Serie2d serie, Func2D func, Range xRange, int steps, boolean includeXMin, boolean includeXMax) SerieBuilder.line
(String name, Func2D func, Range xRange, int steps, boolean includeXMin, boolean includeXMax) protected Serie2d
SerieBuilder.newSerie
(String name, Serie2d.Type type) -
Uses of Serie2d in org.jzy3d.plot3d.rendering.legends.overlay
-
Uses of Serie2d in org.jzy3d.plot3d.rendering.legends.series
ModifierConstructorDescriptionAWTSeriesLegend
(List<Serie2d> series) AWTSeriesLegend
(List<Serie2d> series, Color foreground, Color background)