jp.osdl.jbento2.chart
インタフェース ChartType

既知の実装クラスの一覧:
LineChartType, StackedTimeSeriesChartType, StackedXYAreaChartType, TimeSeriesChartType, XYLineChartType

public interface ChartType


メソッドの概要
 org.jfree.chart.JFreeChart getChart(String title, String xLabel, String yLabel, long xMin, long xMax, long yMin, long yMax, org.jfree.data.general.AbstractDataset dataset, org.jfree.chart.plot.PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls, boolean shape)
           
 

メソッドの詳細

getChart

org.jfree.chart.JFreeChart getChart(String title,
                                    String xLabel,
                                    String yLabel,
                                    long xMin,
                                    long xMax,
                                    long yMin,
                                    long yMax,
                                    org.jfree.data.general.AbstractDataset dataset,
                                    org.jfree.chart.plot.PlotOrientation orientation,
                                    boolean legend,
                                    boolean tooltips,
                                    boolean urls,
                                    boolean shape)


Copyright © 2005-2008 The JBento Project. All Rights Reserved.