|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the interface to extend in order to make a server side chart plug-in for Syndicate.
Method Summary | |
void |
doQuery(Vector queryParams)
Tells the plug-in to perform database access, and store data for retrieval. |
String |
getChartDescription()
Returns the description of the purpose of the graph. |
Vector |
getLabels()
Returns a vector containing the label of each item in the chart. |
Vector |
getRequiredParamNames()
Tells the plug-in what the names of the parameters are. |
Vector |
getRequiredParams()
Tells the plug-in what information is required from the user in order for the plu-in to work properly. |
Vector |
getValues()
Returns a vector containing the value of each item in the chart. |
String |
getXAxisTitle()
Returns the title of the X axis. |
String |
getYAxisTitle()
Returns the title of the Y axis. |
boolean |
isQueryComplete()
Tells whether or not there is data available to be retrieved. |
Method Detail |
public String getChartDescription()
public Vector getRequiredParams()
public Vector getRequiredParamNames()
public void doQuery(Vector queryParams)
queryParams
- Any additional information that may be used by
the chart plug-in.public String getYAxisTitle()
public String getXAxisTitle()
public boolean isQueryComplete()
public Vector getLabels()
public Vector getValues()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |