jp.go.aist.dmrc.platform.beans.gui.chart.popup
クラス PFBubbleChartMenu

java.lang.Object
  上位を拡張 jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFChartMenu
      上位を拡張 jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFXYChartMenu
          上位を拡張 jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFBubbleChartMenu
すべての実装されたインタフェース:
java.io.Serializable

public class PFBubbleChartMenu
extends PFXYChartMenu

バブルチャートの属性値を変更するためのメニューを生成するクラス。

関連項目:
直列化された形式

フィールドの概要
 
クラス jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFChartMenu から継承されたフィールド
parent
 
コンストラクタの概要
PFBubbleChartMenu(PFBubbleChart parent)
          コンストラクタ。
 
メソッドの概要
protected  javax.swing.JMenu getBubbleFilledMenu(int series)
          メニュー「バブル内部塗りつぶし有無」を生成する。
protected  javax.swing.JMenu getChartLabelVisibleMenu()
          メニュー「データラベル」を返す。
protected  javax.swing.JMenuItem getChartValueMenu(int series, int item)
          メニュー「値」を返す。
protected  javax.swing.JMenu getDataXYVisibleMenu()
          メニュー「XY座標値の表示有無」を生成する。
protected  javax.swing.JMenuItem getMagnificationMenu()
          メニュー「半径の表示倍率」を生成する。
protected  javax.swing.JMenu getNegativeColorMenu(int series)
          メニュー「負のバブルの色」を生成する。
protected  javax.swing.JMenu getRadiusVisibleMenu()
          メニュー「半径の表示有無」を生成する。
protected  javax.swing.JMenu getXYChartMenu()
          XYグラフのメニューを生成する。
protected  javax.swing.JMenu getXYChartMenu(int series, int item)
          XYグラフのメニューを生成する。
 
クラス jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFXYChartMenu から継承されたメソッド
getChartChangeEnabledMenu, getChartColorMenu, getChartScrollBarVisibleMenu, getPopupMenu, getPopupMenu, getXAxisAdjustmentMenu, getXAxisBackgroundMenu, getXAxisBaseLineVisibleMenu, getXAxisBaseMenu, getXAxisBasesMenu, getXAxisBasesMenu1, getXAxisBasesNo, getXAxisBasesShape, getXAxisBasesWidth, getXAxisDisplayExponentMenu, getXAxisDisplayLimitMenu, getXAxisDisplayMethodMenu, getXAxisFontMenu, getXAxisForegroundMenu, getXAxisGridLineVisibleMenu, getXAxisIntervalMenu, getXAxisLabelVisibleMenu, getXAxisLogarithmMenu, getXAxisMaximumMenu, getXAxisMenu, getXAxisMinimumMenu, getXAxisTitleMenu, getXAxisTitleVisibleMenu, getXChangeUnitMenu, getYAxisAdjustmentMenu, getYAxisBackgroundMenu, getYAxisBaseLineVisibleMenu, getYAxisBaseMenu, getYAxisBasesMenu, getYAxisBasesMenu1, getYAxisBasesNo, getYAxisBasesShape, getYAxisBasesWidth, getYAxisDisplayExponentMenu, getYAxisDisplayLimitMenu, getYAxisDisplayMethodMenu, getYAxisFontMenu, getYAxisForegroundMenu, getYAxisGridLineVisibleMenu, getYAxisIntervalMenu, getYAxisLabelVisibleMenu, getYAxisLogarithmMenu, getYAxisMaximumMenu, getYAxisMenu, getYAxisMinimumMenu, getYAxisTitleMenu, getYAxisTitleVisibleMenu, getYChangeUnitMenu
 
クラス jp.go.aist.dmrc.platform.beans.gui.chart.popup.PFChartMenu から継承されたメソッド
getChartBackgroundMenu, getChartFontMenu, getChartForegroundMenu, getChartMarginMenu, getChartSizeMenu, getFooterAlignmentMenu, getFooterBackgroundMenu, getFooterFontMenu, getFooterForegroundMenu, getFooterMenu, getFooterTitleMenu, getFooterTitleVisibleMenu, getFooterVisibleMenu, getHeaderAlignmentMenu, getHeaderBackgroundMenu, getHeaderFontMenu, getHeaderForegroundMenu, getHeaderMenu, getHeaderTitleMenu, getHeaderTitleVisibleMenu, getHeaderVisibleMenu, getLegendAlignmentMenu, getLegendBackgroundMenu, getLegendFontMenu, getLegendForegroundMenu, getLegendMenu, getLegendTitleMenu, getLegendTitleVisibleMenu, getLegendVisibleMenu, getPanelMenu, getResourceProperty
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PFBubbleChartMenu

public PFBubbleChartMenu(PFBubbleChart parent)
コンストラクタ。

メソッドの詳細

getXYChartMenu

protected javax.swing.JMenu getXYChartMenu()
XYグラフのメニューを生成する。

オーバーライド:
クラス PFXYChartMenu 内の getXYChartMenu
戻り値:
XYグラフのメニュー

getXYChartMenu

protected javax.swing.JMenu getXYChartMenu(int series,
                                           int item)
XYグラフのメニューを生成する。

オーバーライド:
クラス PFXYChartMenu 内の getXYChartMenu
戻り値:
XYグラフのメニュー

getChartLabelVisibleMenu

protected final javax.swing.JMenu getChartLabelVisibleMenu()
メニュー「データラベル」を返す。

オーバーライド:
クラス PFXYChartMenu 内の getChartLabelVisibleMenu

getDataXYVisibleMenu

protected final javax.swing.JMenu getDataXYVisibleMenu()
メニュー「XY座標値の表示有無」を生成する。


getRadiusVisibleMenu

protected final javax.swing.JMenu getRadiusVisibleMenu()
メニュー「半径の表示有無」を生成する。


getMagnificationMenu

protected final javax.swing.JMenuItem getMagnificationMenu()
メニュー「半径の表示倍率」を生成する。


getBubbleFilledMenu

protected final javax.swing.JMenu getBubbleFilledMenu(int series)
メニュー「バブル内部塗りつぶし有無」を生成する。


getNegativeColorMenu

protected final javax.swing.JMenu getNegativeColorMenu(int series)
メニュー「負のバブルの色」を生成する。


getChartValueMenu

protected final javax.swing.JMenuItem getChartValueMenu(int series,
                                                        int item)
メニュー「値」を返す。

定義:
クラス PFXYChartMenu 内の getChartValueMenu