Class Chart2dGroup


  • public class Chart2dGroup
    extends Object
    • Constructor Detail

      • 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 Detail

      • 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 -
      • 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:
      • name

        protected String name​(int id)