Class RadarChart


  • public class RadarChart
    extends Chart
    Represents a radar chart.
    • Constructor Detail

      • RadarChart

        public RadarChart​(java.lang.String name,
                          ChartOptions options,
                          RadarSeries... series)
        Represents a radar 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<RadarSeries> getSeries()
        Returns:
        Serie with the data for the chart.
      • setSeries

        public void setSeries​(java.util.ArrayList<RadarSeries> 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.