Package org.tc33.jheatchart

Examples of org.tc33.jheatchart.HeatChart


      {
        odorComparisonData[x][y] = battery[x].compareTo(battery[y]);
      }
    }
   
    chart = new HeatChart(odorComparisonData);
   
    chart.setTitle("Odor Heat Map");
    chart.setXAxisLabel("Odor Num");
    chart.setYAxisLabel("Odor Num");
    chart.setHighValueColour(Color.RED);
View Full Code Here

TOP

Related Classes of org.tc33.jheatchart.HeatChart

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.