Package org.snpeff.stats.plot
Class GooglePlot
- java.lang.Object
-
- org.snpeff.stats.plot.GooglePlot
-
public class GooglePlot extends java.lang.Object
A simple wrapper to goolge charts API (from charts4j)- Author:
- pcingola
-
-
Field Summary
Fields Modifier and Type Field Description static int
MAX_DATA_POINTS
-
Constructor Summary
Constructors Constructor Description GooglePlot(double[] x, double[] y, java.lang.String title, java.lang.String xAxisLabel, java.lang.String yAxisLabel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toURLString()
Create a histogram plot using Google charts
-
-
-
Field Detail
-
MAX_DATA_POINTS
public static final int MAX_DATA_POINTS
- See Also:
- Constant Field Values
-
-