|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChartSpecificationPG | |
planetj.chart | |
planetj.html |
Uses of ChartSpecificationPG in planetj.chart |
Methods in planetj.chart that return ChartSpecificationPG | |
ChartSpecificationPG |
ChartRequest.getChartSpecifications(String chartId,
javax.servlet.http.HttpServletRequest request)
Gets the RowCollection's chart specifications for the given chart id. |
ChartSpecificationPG |
ChartManager.getChartSpecifications(String chartId,
RowCollection rc)
Convience method to retrieve a chart specification property group that has the given chart id from a given RowCollection. |
Methods in planetj.chart with parameters of type ChartSpecificationPG | |
com.jrefinery.chart.JFreeChart |
ChartManager.createCategoryChart(RowCollection data,
ChartSpecificationPG chartSpecs)
|
com.jrefinery.chart.JFreeChart |
ChartManager.createChart(RowCollection data,
ChartSpecificationPG chartSpecs)
Convience method to create a JFreeChart given the data and chart specifications. |
com.jrefinery.data.CategoryDataset |
ChartManager.getCategoryDataset(RowCollection rc,
ChartSpecificationPG chartSpecs)
Creates a CategoryDataset using the given chart specifications and data. |
Uses of ChartSpecificationPG in planetj.html |
Methods in planetj.html with parameters of type ChartSpecificationPG | |
void |
HTMLTable.setProperties(ChartSpecificationPG chartSpecs)
Sets any details display properties for this HTML table. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |