Class CategoryBoxplot

  • All Implemented Interfaces:
    IChart

    public class CategoryBoxplot
    extends Object
    implements IChart
    A simple category boxplot chart.
    Author:
    Andrea Antonello (www.hydrologis.com)
    • Constructor Detail

      • CategoryBoxplot

        public CategoryBoxplot​(String[] categories,
                               List<double[]> values,
                               boolean isMeanVisible)
      • CategoryBoxplot

        public CategoryBoxplot​(String title,
                               String[] categories,
                               List<double[]> values,
                               boolean isMeanVisible)
    • Method Detail

      • getChart

        public org.jfree.chart.JFreeChart getChart()
        Specified by:
        getChart in interface IChart
      • main

        public static void main​(String[] args)