org.opengion.hayabusa.io
クラス ChartPlot_Category
java.lang.Object
org.opengion.hayabusa.io.ChartPlot_Category
- すべての実装されたインタフェース:
- ChartPlot
public class ChartPlot_Category
- extends Object
- implements ChartPlot
ChartPlot_Category は、ChartPlot インターフェースを継承した実体クラスです。
JFreeChart では、CategoryPlot 関係の プロットを構築して、レンデラーや、データセットを
設定していきます。
ここでは、複数のデータセットをサポートしており、ChartCreate の getDatasetList で
得られる List オブジェクトを順に設定していきます。
- バージョン
- 0.9.0 2007/06/21
- 作成者
- Kazuhiko Hasegawa
- 導入されたバージョン:
- JDK1.1,
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChartPlot_Category
public ChartPlot_Category()
getPlot
public org.jfree.chart.plot.Plot getPlot(ChartCreate create)
- Plot オブジェクトを取得します。
Plot オブジェクト には、その種類の応じた、データセットやレンデラーを
設定する必要があります。
また、複数のデータセットや、それに関係する属性情報も、設定する必要が
あります。
Plot は、JFreeChart オブジェクトにつき、一つ用意しなければなりません。
チャート合成時でも、Plot は一つです。
- 定義:
- インタフェース
ChartPlot
内の getPlot
- パラメータ:
create
- ChartCreate オブジェクト
- 戻り値:
- Plot オブジェクト
- 変更履歴:
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 より先に行う必要がある。 |
Webアプリケーションフレームワーク openGion
Copyright (c) 2009 The openGion Project.