jp.osdl.jbento2.chart
クラス TimeSeriesChartType

java.lang.Object
  上位を拡張 jp.osdl.jbento2.chart.TimeSeriesChartType
すべての実装されたインタフェース:
ChartType

public class TimeSeriesChartType
extends Object
implements ChartType


コンストラクタの概要
TimeSeriesChartType()
           
 
メソッドの概要
 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)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

TimeSeriesChartType

public TimeSeriesChartType()
メソッドの詳細

getChart

public 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)
定義:
インタフェース ChartType 内の getChart


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