Package org.snpeff.stats.plot
Class GoogleHistogram
java.lang.Object
org.snpeff.stats.plot.GooglePlotInt
org.snpeff.stats.plot.GoogleHistogram
A simple wrapper to goolge charts API (from charts4j)
- Author:
- pcingola
-
Field Summary
Fields inherited from class org.snpeff.stats.plot.GooglePlotInt
MAX_DATA_POINTS
-
Constructor Summary
ConstructorsConstructorDescriptionGoogleHistogram
(int[] x, int[] y, String title, String xAxisLabel, String yAxisLabel) -
Method Summary
Modifier and TypeMethodDescriptionint
void
setMaxBins
(int maxBins) Create a histogram plot using Google chartsMethods inherited from class org.snpeff.stats.plot.GooglePlotInt
getBarSpace, getBarWidth, getNumberLabelsXaxis, getPlotMaxData, getPlotSizeX, getPlotSizeY, getTitle, getxAxisLabel, setBarSpace, setBarWidth, setNumberLabelsXaxis, setPlotMaxData, setPlotSizeX, setPlotSizeY, setTitle, setxAxisLabel, subsample
-
Constructor Details
-
GoogleHistogram
-
-
Method Details
-
getMaxBins
public int getMaxBins() -
setMaxBins
public void setMaxBins(int maxBins) -
toURLString
Create a histogram plot using Google charts- Overrides:
toURLString
in classGooglePlotInt
- Returns:
-