クラス
jp.go.aist.dmrc.platform.beans.gui.chart.PFChart の使用

PFChart を使用しているパッケージ
jp.go.aist.dmrc.platform.beans.gui.chart 2Dグラフコンポーネントのセットを提供します。 
jp.go.aist.dmrc.platform.beans.gui.chart.popup 2Dグラフに表示するポップアップメニュー 
jp.go.aist.dmrc.platform.beans.gui.chart.util 2Dグラフのユーティリティクラス 
 

jp.go.aist.dmrc.platform.beans.gui.chart での PFChart の使用
 

jp.go.aist.dmrc.platform.beans.gui.chart での PFChart のサブクラス
 class PFAreaChart
          面グラフのコンポーネント。
 class PFBarChart
          棒グラフのコンポーネント。
 class PFBubbleChart
          バブルチャートのコンポーネント。
 class PFCandleChart
          ろうそく足グラフのコンポーネント。
 class PFCategoryChart
          重ね合わせなし系列グラフのスーパークラス。
 class PFHistogram
          ヒストグラムのコンポーネント。
 class PFLineChart
          折れ線グラフのコンポーネント。
 class PFOverlayCategoryChart
          重ね合わせ系列グラフのコンポーネント。
 class PFParetoChart
          パレートグラフのコンポーネント。
 class PFPieChart
          円グラフのコンポーネント。
 class PFPlotChart
          散布図のコンポーネント。
 class PFRadarChart
          レーダチャートのコンポーネント。
 class PFStackAreaChart
          積上面グラフのコンポーネント。
 class PFStackBarChart
          積上棒グラフのコンポーネント。
 class PFXYChart
          XY座標グラフのスーパークラス。
 

PFChart 型のパラメータを持つ jp.go.aist.dmrc.platform.beans.gui.chart のメソッド
protected  int PFItemAxis.getLabelHeight(PFChart chart, java.awt.Graphics2D g)
          項目ラベルの表示高さを取得する。
protected  int PFNumberAxis.getLabelHeight(PFChart chart, java.awt.Graphics2D g)
          データラベルの表示高さを取得する。
protected  int PFSpanAxis.getLabelHeight(PFChart chart, java.awt.Graphics2D g)
          項目ラベルの表示高さを取得する。
protected  int PFItemAxis.getLabelWidth(PFChart chart, java.awt.Graphics2D g)
          項目ラベルの表示幅を取得する。
protected  int PFNumberAxis.getLabelWidth(PFChart chart, java.awt.Graphics2D g)
          データラベルの表示幅を取得する。
protected  int PFSpanAxis.getLabelWidth(PFChart chart, java.awt.Graphics2D g)
          項目ラベルの表示幅を取得する。
 

jp.go.aist.dmrc.platform.beans.gui.chart.popup での PFChart の使用
 

PFChart として宣言されている jp.go.aist.dmrc.platform.beans.gui.chart.popup のフィールド
protected  PFChart PFChartMenu.parent
          親のコンポーネント。
 

PFChart 型のパラメータを持つ jp.go.aist.dmrc.platform.beans.gui.chart.popup のコンストラクタ
PFChartMenu(PFChart parent)
          コンストラクタ。
 

jp.go.aist.dmrc.platform.beans.gui.chart.util での PFChart の使用
 

PFChart 型のパラメータを持つ jp.go.aist.dmrc.platform.beans.gui.chart.util のメソッド
static PFChartModel PFChartModelUtility.getBubbleChartModel(PFChart parent, PFObjectTable data, PFChartModel model)
          バブルチャートのデータを設定する。
static PFObjectTable PFChartModelUtility.getBubbleObjectTable(PFChart parent, PFChartModel model)
          バブルチャートデータを共通プラットフォームのテーブル形式で返す。
static PFChartModel PFChartModelUtility.getCandleChartModel(PFChart parent, PFObjectTable data, PFChartModel model)
          ろうそく足グラフデータを設定する。
static PFObjectTable PFChartModelUtility.getCandleObjectTable(PFChart parent, PFChartModel model)
          ろうそく足グラフのデータを共通プラットフォームのテーブル形式で返す。
static PFChartModel PFChartModelUtility.getCategoryChartModel(PFChart parent, PFObjectTable data, PFChartModel model)
          系列データを設定する。
static PFObjectTable PFChartModelUtility.getCategoryObjectTable(PFChart parent, PFChartModel model)
          系列グラフのデータを共通プラットフォームのテーブル形式で返す。
static PFChartModel PFChartModelUtility.getHistogramChartModel(PFChart parent, PFObjectTable data, PFChartModel model)
          ヒストグラムのデータを設定する。
static PFObjectTable PFChartModelUtility.getHistogramObjectTable(PFChart parent, PFChartModel model)
          ヒストグラムデータを共通プラットフォームのテーブル形式で返す。
static PFChartModel PFChartModelUtility.getPieChartModel(PFChart parent, PFObjectTable data, PFChartModel model)
          円グラフのデータを設定する。
static PFObjectTable PFChartModelUtility.getPieObjectTable(PFChart parent, PFChartModel model)
          円グラフのデータを共通プラットフォームのテーブル形式で返す。
static PFChartModel PFChartModelUtility.getPlotChartModel(PFChart parent, PFObjectTable data, PFChartModel model)
          散布図データを設定する。
static PFObjectTable PFChartModelUtility.getPlotObjectTable(PFChart parent, PFChartModel model)
          散布図データを共通プラットフォームのテーブル形式で返す。