Class Chart2dGroup

java.lang.Object
org.jzy3d.chart2d.Chart2dGroup

public class Chart2dGroup extends Object
  • Field Details

  • 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

      public void asTimeCharts(float timeMax, float ymin, float ymax, String xlabel, String ylabel)
    • setBoundMode

      public void setBoundMode(ViewBoundMode mode)
    • setAnimated

      public void setAnimated(boolean status)
      Activate or not animators on the chart canvases
      Parameters:
      status -
    • getCharts

      public Collection<Chart2d> getCharts()
    • getChart

      public Chart getChart(String key)
    • getChart

      public Chart getChart(int key)
    • getCharts

      public List<Chart> getCharts(int... keys)
    • getSerie

      public Serie2d getSerie(int chartKey, int serieKey)
      Return the 2d serie of a chart.
      Parameters:
      chartKey -
      serieKey - serie name in chart
      Returns:
    • getSerie

      public Serie2d getSerie(String chartKey, String serieKey)
    • name

      protected String name(int id)