public class ChartPlot_Pie extends java.lang.Object implements ChartPlot
ChartPlot_Pie は、ChartPlot インターフェースを継承した実体クラスです。 JFreeChart では、各種オブジェクトの組み合わせで、色々なグラフを作成できます。 チャートタイプが、複数種類存在するため、ここでは、特殊な方法として、各タイプ毎に オブジェクトを構築しています。(ファクトリメソッド的な処理)
コンストラクタと説明 |
---|
ChartPlot_Pie()
デフォルトコンストラクター
|
修飾子とタイプ | メソッドと説明 |
---|---|
org.jfree.chart.plot.Plot |
getPlot(ChartCreate create)
Plot オブジェクトを取得します。
|
public ChartPlot_Pie()
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)
Webアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.