|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.endeca.navigation.charting.CordaChartBuilder
public class CordaChartBuilder
A helper class to build Corda PopChart charts from Endeca data. It builds the Corda PCXML string that can be used to create the chart.
| Constructor Summary | |
|---|---|
CordaChartBuilder(String graphName,
Grid grid)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getPCXML()
Returns the PCXML for the chart. |
void |
setDrilldown(Drilldown drilldown,
HttpServletRequest request)
Enables drilldown for this chart. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CordaChartBuilder(String graphName,
Grid grid)
graphName - The name of the graph object. (Usually this will be "graph".)grid - The data to display. The grid may have either one axis
(for a standard "2-D" chart) or 2 axes (for a "3-D" cross-tab chart).| Method Detail |
|---|
public void setDrilldown(Drilldown drilldown,
HttpServletRequest request)
drilldown - The Drilldown object which will return the URL to use when a
value and/or label are clicked on.request - The current HTTP request, for use it building the new URL.public String getPCXML()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||