public class ChartPlot_Category extends java.lang.Object implements ChartPlot
ChartPlot_Category は、ChartPlot インターフェースを継承した実体クラスです。 JFreeChart では、CategoryPlot 関係の プロットを構築して、レンデラーや、データセットを 設定していきます。 ここでは、複数のデータセットをサポートしており、ChartCreate の getDatasetList で 得られる List オブジェクトを順に設定していきます。
コンストラクタと説明 |
---|
ChartPlot_Category()
デフォルトコンストラクター
|
修飾子とタイプ | メソッドと説明 |
---|---|
org.jfree.chart.plot.Plot |
getPlot(ChartCreate create)
Plot オブジェクトを取得します。
|
public ChartPlot_Category()
public org.jfree.chart.plot.Plot getPlot(ChartCreate create)
getPlot
インタフェース内 ChartPlot
create
- ChartCreateオブジェクトWebアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.