com.groiss.reporting.export.chart
Interface ChartType


public interface ChartType


Method Summary
 void addHtmlOptions(Query q, XHTMLPage p)
          adds the needed HTML Option fields to the export options page
 org.jfree.chart.JFreeChart getChart(java.lang.String title, javax.swing.table.TableModel tm, Query q)
           
 java.lang.String getChartName()
           
 

Method Detail

getChartName

java.lang.String getChartName()
Returns:
the name of this charttype ..

getChart

org.jfree.chart.JFreeChart getChart(java.lang.String title,
                                    javax.swing.table.TableModel tm,
                                    Query q)
Parameters:
title -
tm -
q -
Returns:
a JFreeChart Object

addHtmlOptions

void addHtmlOptions(Query q,
                    XHTMLPage p)
adds the needed HTML Option fields to the export options page

Parameters:
q -
p -


Copyright © 2001-2006 Groiss Informatics GmbH. All Rights Reserved.