JIDE 2.9.5

Package com.jidesoft.chart.servlet

This package contains classes to support the dynamic generation of charts to serve up from a web server.

See:
          Description

Interface Summary
HttpChartFactory An extension of HttpComponentFactory that is specialised for creating and returning chart objects.
HttpComponentFactory<T extends Component> Here, we define a factory interface that returns a Component in response to an HTTP Request.
 

Class Summary
ChartServlet This class is intended for use in servlet-based web servers (such as Apache Tomcat), so that charts can be generated dynamically and included in a web page.
ComponentServlet  
DefaultHttpChartFactory The base URL causes a chart servlet to be called and the chart servlet delegates control to this class to create a suitable chart object from the URL and its parameters.
 

Package com.jidesoft.chart.servlet Description

This package contains classes to support the dynamic generation of charts to serve up from a web server.


JIDE 2.9.5