|
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.opengion.hayabusa.io.ChartPlot_Pie
public class ChartPlot_Pie
ChartPlot_Pie は、ChartPlot インターフェースを継承した実体クラスです。 JFreeChart では、各種オブジェクトの組み合わせで、色々なグラフを作成できます。 チャートタイプが、複数種類存在するため、ここでは、特殊な方法として、各タイプ毎に オブジェクトを構築しています。(ファクトリメソッド的な処理)
コンストラクタの概要 | |
---|---|
ChartPlot_Pie()
|
メソッドの概要 | |
---|---|
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_Pie()
メソッドの詳細 |
---|
public org.jfree.chart.plot.Plot getPlot(ChartCreate create)
ChartPlot
内の getPlot
create
- ChartCreateオブジェクト
5.3.0.0 (2010/12/01) 特殊プロットの追加 |
|
openGion 5.5.8.0 | ||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |