Package org.jzy3d.chart2d
Class Chart2dGroup
java.lang.Object
org.jzy3d.chart2d.Chart2dGroup
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionChart2dGroup(float timeMax, int ymin, int ymax, int chartNumber) Create a chart group for TIME series.Chart2dGroup(int ymin, int ymax, int chartNumber) Create a regular line chart group. -
Method Summary
Modifier and TypeMethodDescriptionvoidasTimeCharts(float timeMax, float ymin, float ymax, String xlabel, String ylabel) getChart(int key) getCharts(int... keys) getSerie(int chartKey, int serieKey) Return the 2d serie of a chart.protected Stringname(int id) voidsetAnimated(boolean status) Activate or not animators on the chart canvasesvoidsetBoundMode(ViewBoundMode mode)
-
Field Details
-
DEFAULT_SERIE_TYPE
-
charts
-
-
Constructor Details
-
Chart2dGroup
public Chart2dGroup(float timeMax, int ymin, int ymax, int chartNumber) Create a chart group for TIME series. -
Chart2dGroup
public Chart2dGroup(int ymin, int ymax, int chartNumber) Create a regular line chart group.
-
-
Method Details
-
asTimeCharts
-
setBoundMode
-
setAnimated
public void setAnimated(boolean status) Activate or not animators on the chart canvases- Parameters:
status-
-
getCharts
-
getChart
-
getChart
-
getCharts
-
getSerie
Return the 2d serie of a chart.- Parameters:
chartKey-serieKey- serie name in chart- Returns:
-
getSerie
-
name
-