Class GoogleChartVenn


  • public class GoogleChartVenn
    extends java.lang.Object
    A simple wrapper to goolge charts API (from charts4j) Plots integer data
    Author:
    pcingola
    • Constructor Summary

      Constructors 
      Constructor Description
      GoogleChartVenn​(java.lang.String legendA, java.lang.String legendB, java.lang.String legendC, int aSize, int bSize, int cSize, int abSize, int acSize, int bcSize, int abcSize)  
    • 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

      • GoogleChartVenn

        public GoogleChartVenn​(java.lang.String legendA,
                               java.lang.String legendB,
                               java.lang.String legendC,
                               int aSize,
                               int bSize,
                               int cSize,
                               int abSize,
                               int acSize,
                               int bcSize,
                               int abcSize)
    • Method Detail

      • toURLString

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