|
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.opengion.hayabusa.io.ChartPlot_Time
public class ChartPlot_Time
ChartPlot_Time は、ChartPlot インターフェースを継承した実体クラスです。 JFreeChart では、CategoryPlot 関係の プロットを構築して、レンデラーや、データセットを 設定していきます。 ここでは、複数のデータセットをサポートしており、ChartCreate の getDatasetList で 得られる List オブジェクトを順に設定していきます。
コンストラクタの概要 | |
---|---|
ChartPlot_Time()
|
メソッドの概要 | |
---|---|
org.jfree.chart.plot.Plot |
getPlot(ChartCreate create)
Plot オブジェクトを取得します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ChartPlot_Time()
メソッドの詳細 |
---|
public org.jfree.chart.plot.Plot getPlot(ChartCreate create)
ChartPlot
内の getPlot
create
- ChartCreateオブジェクト
3.8.9.2 (2007/07/28) シリーズ指定時の色、シェープ対応 |
4.1.1.0 (2008/02/04) クリッカブル・マップの設定を ChartDataset に移動 |
4.1.1.0 (2008/02/04) CategoryPlotの設定を ChartCreate に移動 |
4.1.1.0 (2008/02/19) Shapes の設定をChartDatasetに移動。 |
5.1.4.0 (2010/03/01) jfreechart-1.0.13 対応。CategoryDataset は、setRangeAxis より先に行う必要がある。 |
|
openGion 5.8.1.0 | ||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |