Interface Chart

  • All Known Implementing Classes:
    ChartImpl

    public interface Chart
    • Method Detail

      • getTitle

        String getTitle()
        Each chart should have a title.
        Returns:
        The chart title.
      • getImageURL

        String getImageURL()
        Returns:
        The location of the generated image
      • getPageURL

        String getPageURL()