|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jidesoft.chart.servlet.DefaultHttpChartFactory
public class 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. The base URL might be something like:
http://localhost:8080/Charts/chart?
After that, there follows a series of key-value pairs, where each key is expected to use a particular syntax for the information that it provides. A lot of information needs to be packed into a small number of characters, but it's not as bad as it sounds and it should be possible to start generating charts from the servlet within the space of a few minutes.
The parameters are as follows:
size=600x400
| Constructor Summary | |
|---|---|
DefaultHttpChartFactory()
Default Constructor |
|
| Method Summary | |
|---|---|
Chart |
getInstance(HttpServletRequest request)
The main factory method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultHttpChartFactory()
| Method Detail |
|---|
public Chart getInstance(HttpServletRequest request)
getInstance in interface HttpComponentFactory<Chart>request - the HTTP request
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||