public class ChartPlot_Category extends Object implements ChartPlot
ChartPlot_Category は、ChartPlot インターフェースを継承した実体クラスです。 JFreeChart では、CategoryPlot 関係の プロットを構築して、レンデラーや、データセットを 設定していきます。 ここでは、複数のデータセットをサポートしており、ChartCreate の getDatasetList で 得られる List オブジェクトを順に設定していきます。
コンストラクタと説明 |
---|
ChartPlot_Category()
デフォルトコンストラクター
|
public ChartPlot_Category()
6.4.2.0 (2016/01/29) PMD refactoring. Each class should declare at least one constructor. |
public org.jfree.chart.plot.Plot getPlot(ChartCreate create)
getPlot
インタフェース内 ChartPlot
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 より先に行う必要がある。 |
6.2.0.0 (2015/02/27) グラフの重ね合わせ時に、縦軸表示が崩れる対応(暫定) |
Webアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.