Package org.jzy3d.chart2d
Class SerieManager
- java.lang.Object
-
- org.jzy3d.chart2d.SerieManager
-
public class SerieManager extends Object
-
-
Constructor Summary
Constructors Constructor Description SerieManager()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SerieManager
get()
Serie2d
getSerie(String name, Serie2d.Type type)
Collection<Serie2d>
getSeries()
protected Serie2d
newSerie(String name, Serie2d.Type type, Serie2d serie)
-
-
-
Method Detail
-
get
public static SerieManager get()
-
getSeries
public Collection<Serie2d> getSeries()
-
getSerie
public Serie2d getSerie(String name, Serie2d.Type type)
-
newSerie
protected Serie2d newSerie(String name, Serie2d.Type type, Serie2d serie)
-
-