Uses of Interface
org.jzy3d.plot2d.primitives.Serie2d
Packages that use Serie2d
Package
Description
-
Uses of Serie2d in org.jzy3d.chart
Fields in org.jzy3d.chart with type parameters of type Serie2dMethods in org.jzy3d.chart that return Serie2dModifier and TypeMethodDescriptionChart.getSerie
(String name, Serie2d.Type type) Chart.removeSerie
(String name, Serie2d.Type type) Methods in org.jzy3d.chart with parameters of type Serie2dMethod parameters in org.jzy3d.chart with type arguments of type Serie2d -
Uses of Serie2d in org.jzy3d.chart.factories
Methods in org.jzy3d.chart.factories that return Serie2dModifier and TypeMethodDescriptionChartFactory.newSerie
(String name, Serie2d.Type type) IChartFactory.newSerie
(String name, Serie2d.Type type) -
Uses of Serie2d in org.jzy3d.chart2d
Fields in org.jzy3d.chart2d with type parameters of type Serie2dMethods in org.jzy3d.chart2d that return Serie2dModifier 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) Methods in org.jzy3d.chart2d that return types with arguments of type Serie2dMethods in org.jzy3d.chart2d with parameters of type Serie2dModifier and TypeMethodDescriptionprotected Serie2d
SerieManager.newSerie
(String name, Serie2d.Type type, Serie2d serie) void
Method parameters in org.jzy3d.chart2d with type arguments of type Serie2d -
Uses of Serie2d in org.jzy3d.debugGL.tracers
Fields in org.jzy3d.debugGL.tracers declared as Serie2dMethods in org.jzy3d.debugGL.tracers with parameters of type Serie2d -
Uses of Serie2d in org.jzy3d.plot2d.primitives
Classes in org.jzy3d.plot2d.primitives that implement Serie2dModifier and TypeClassDescriptionclass
class
class
class
-
Uses of Serie2d in org.jzy3d.plot3d.builder
Methods in org.jzy3d.plot3d.builder that return Serie2dModifier 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) Methods in org.jzy3d.plot3d.builder with parameters of type Serie2d -
Uses of Serie2d in org.jzy3d.plot3d.rendering.legends.overlay
Constructors in org.jzy3d.plot3d.rendering.legends.overlay with parameters of type Serie2d -
Uses of Serie2d in org.jzy3d.plot3d.rendering.legends.series
Fields in org.jzy3d.plot3d.rendering.legends.series declared as Serie2dFields in org.jzy3d.plot3d.rendering.legends.series with type parameters of type Serie2dMethods in org.jzy3d.plot3d.rendering.legends.series with parameters of type Serie2dConstructors in org.jzy3d.plot3d.rendering.legends.series with parameters of type Serie2dConstructor parameters in org.jzy3d.plot3d.rendering.legends.series with type arguments of type Serie2dModifierConstructorDescriptionAWTSeriesLegend
(List<Serie2d> series) AWTSeriesLegend
(List<Serie2d> series, Color foreground, Color background)