Class 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GooglePlot

        public GooglePlot​(double[] x,
                          double[] y,
                          java.lang.String title,
                          java.lang.String xAxisLabel,
                          java.lang.String yAxisLabel)
    • Method Detail

      • toURLString

        public java.lang.String toURLString()
        Create a histogram plot using Google charts
        Returns: