Class GoogleHistogram

java.lang.Object
org.snpeff.stats.plot.GooglePlotInt
org.snpeff.stats.plot.GoogleHistogram

public class GoogleHistogram extends GooglePlotInt
A simple wrapper to goolge charts API (from charts4j)
Author:
pcingola
  • Constructor Details

    • GoogleHistogram

      public GoogleHistogram(int[] x, int[] y, String title, String xAxisLabel, String yAxisLabel)
  • Method Details

    • getMaxBins

      public int getMaxBins()
    • setMaxBins

      public void setMaxBins(int maxBins)
    • toURLString

      public String toURLString()
      Create a histogram plot using Google charts
      Overrides:
      toURLString in class GooglePlotInt
      Returns: