Class BubbleChart


  • public class BubbleChart
    extends Chart
    Represents a bubble chart.
    • Constructor Detail

      • BubbleChart

        public BubbleChart​(java.lang.String name,
                           ChartOptions options,
                           BubbleSeries... series)
        Represents a bubble chart.
        Parameters:
        name - Name of the chart (for the tag).
        options - Options of the chart.
        series - Series with the data for the chart.
    • Method Detail

      • getSeries

        public java.util.ArrayList<BubbleSeries> getSeries()
        Returns:
        Serie with the data for the chart.
      • setSeries

        public void setSeries​(java.util.ArrayList<BubbleSeries> series)
        Parameters:
        series - Serie with the data for the chart.
      • getJSON

        public com.google.gson.JsonObject getJSON()
        Specified by:
        getJSON in class RenderElement
        Returns:
        JSONObject with the tags for this element for the Cloud Office Print server.