jp.osdl.jbento2.chart
クラス LineChartType

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

public class LineChartType
extends Object
implements ChartType


コンストラクタの概要
LineChartType()
           
 
メソッドの概要
 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
 

コンストラクタの詳細

LineChartType

public LineChartType()
メソッドの詳細

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.