Uses of Class
ca.sqlpower.wabit.report.chart.Chart

Packages that use Chart
ca.sqlpower.wabit   
ca.sqlpower.wabit.report   
ca.sqlpower.wabit.report.chart   
ca.sqlpower.wabit.swingui.chart   
 

Uses of Chart in ca.sqlpower.wabit
 

Methods in ca.sqlpower.wabit that return types with arguments of type Chart
 java.util.List<Chart> WabitWorkspace.getCharts()
           
 

Methods in ca.sqlpower.wabit with parameters of type Chart
 void WabitWorkspace.addChart(Chart chart)
           
 void WabitWorkspace.addChart(Chart chart, int index)
           
 

Uses of Chart in ca.sqlpower.wabit.report
 

Methods in ca.sqlpower.wabit.report that return Chart
 Chart ChartRenderer.getContent()
           
 

Constructors in ca.sqlpower.wabit.report with parameters of type Chart
ChartRenderer(Chart chart)
           
 

Uses of Chart in ca.sqlpower.wabit.report.chart
 

Methods in ca.sqlpower.wabit.report.chart that return Chart
 Chart ChartDataChangedEvent.getSource()
           
 

Methods in ca.sqlpower.wabit.report.chart with parameters of type Chart
static void ChartUtil.setDefaults(Chart chart)
          Sets the given chart to its default settings.
 

Constructors in ca.sqlpower.wabit.report.chart with parameters of type Chart
ChartDataChangedEvent(Chart source)
           
 

Uses of Chart in ca.sqlpower.wabit.swingui.chart
 

Methods in ca.sqlpower.wabit.swingui.chart that return Chart
 Chart ChartPanel.getChart()
           
 

Methods in ca.sqlpower.wabit.swingui.chart with parameters of type Chart
static org.jfree.chart.JFreeChart ChartSwingUtil.createChartFromQuery(Chart c)
          Creates a JFreeChart based on the current query results produced by the given chart.
 

Constructors in ca.sqlpower.wabit.swingui.chart with parameters of type Chart
ChartPanel(WabitSwingSession session, Chart chart)
           
ChartTableCellRenderer(Chart chart)
          Creates a new cell renderer that's aware of the row filter installed on the given chart.
RefreshDataAction(Chart chart, java.awt.Component dialogOwner)
           
 



Copyright © 2009. All Rights Reserved.