|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
to.tetramorph.starbase.module.ChartModulePanel
to.tetramorph.starbase.chartmodule.NPTChartPlugin
public class NPTChartPlugin
NPT3重円プラグイン。
入れ子のクラスの概要 |
---|
クラス javax.swing.JPanel から継承された入れ子のクラス/インタフェース |
---|
JPanel.AccessibleJPanel |
クラス javax.swing.JComponent から継承された入れ子のクラス/インタフェース |
---|
JComponent.AccessibleJComponent |
クラス java.awt.Container から継承された入れ子のクラス/インタフェース |
---|
Container.AccessibleAWTContainer |
クラス java.awt.Component から継承された入れ子のクラス/インタフェース |
---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
フィールドの概要 |
---|
クラス to.tetramorph.starbase.module.ChartModulePanel から継承されたフィールド |
---|
config, iframe, parentFrame |
クラス javax.swing.JComponent から継承されたフィールド |
---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
クラス java.awt.Component から継承されたフィールド |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
インタフェース java.awt.image.ImageObserver から継承されたフィールド |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
コンストラクタの概要 | |
---|---|
NPTChartPlugin()
|
メソッドの概要 | |
---|---|
BufferedImage |
getBufferedImage(Dimension size)
チャートの画像を返す。 |
String[] |
getChannelNames()
このチャートモジュールの各チャンネルの名前を返す。 |
int |
getChannelSize()
このチャートモジュールのチャンネル数を返す。 |
CustomizePanel |
getColorCustomizePanel()
このモジュール用のカラー設定パネルを返す。 |
DictionaryActionFile |
getDictionaryAction()
このプラグイン用の辞書アクションファイルのURLを返す。 |
float |
getHeightPer()
このモジュールパネルの画面比率で、幅を1としたときの縦の比率を返す。 |
ChartModuleMode |
getModuleMode()
|
ChartModuleMode[] |
getModuleModes()
このモジュールがどのようなモード設定を持っているか、 そのモード名一覧を返す。 |
Printable |
getPainter()
印刷用メソッドPrintable#print()を実装したコンポーネントを返す。 |
CustomizePanel |
getSpecificCustomizePanel()
このモジュール用の仕様設定パネルを返す。 |
List<Component> |
getViewMenuList()
表示メニューに入れるメニューを返す。 |
void |
init()
チャートモジュールを作成する。 |
boolean |
isImageServiceActivated()
このプラグインは画像を返す機能を実装していて、このメソッドはtrueを返す。 |
boolean |
isNeedTransit()
このチャートモジュールがトランジットを受け取るか返す。 |
boolean |
isPrintable()
このモジュールが印刷機能をサポートする場合はtrueを返す。 |
void |
setCommand(String[] args)
args[0] = "TRANSIT"を入れて呼び出すと、トランジット円のみになる。 |
void |
setData(ChannelData channelData)
出生データを受け取る。 |
void |
setModuleMode(ChartModuleMode mode)
初期化時に一度呼ばれるだけ |
String |
toString()
このチャートモジュール名を返す。 |
void |
updateColorSetting()
配色設定に変更が起きたとき呼び出され、配色設定パネルの情報をホロスコープに 反映させる。 |
void |
updateSpecificSetting()
仕様設定が変更されたときに呼び出される。 |
クラス javax.swing.JPanel から継承されたメソッド |
---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public NPTChartPlugin()
メソッドの詳細 |
---|
public void init()
ChartModulePanel
内の init
public void setData(ChannelData channelData)
ChartModulePanel
内の setData
channelData
- チャンネルデータpublic float getHeightPer()
ChartModulePanel
の記述:
ChartModulePanel
内の getHeightPer
public void updateSpecificSetting()
ChartModulePanel
内の updateSpecificSetting
public void updateColorSetting()
ChartModulePanel
内の updateColorSetting
public List<Component> getViewMenuList()
ChartModulePanel
内の getViewMenuList
public CustomizePanel getSpecificCustomizePanel()
ChartModulePanel
内の getSpecificCustomizePanel
public CustomizePanel getColorCustomizePanel()
ChartModulePanel
内の getColorCustomizePanel
public void setCommand(String[] args)
ChartModulePanel
内の setCommand
public String toString()
Component
内の toString
public int getChannelSize()
ChartModulePanel
内の getChannelSize
public boolean isNeedTransit()
ChartModulePanel
内の isNeedTransit
public String[] getChannelNames()
ChartModulePanel
内の getChannelNames
public ChartModuleMode[] getModuleModes()
ChartModulePanel
の記述:
ChartModulePanel
内の getModuleModes
public void setModuleMode(ChartModuleMode mode)
ChartModulePanel
内の setModuleMode
public ChartModuleMode getModuleMode()
ChartModulePanel
内の getModuleMode
public BufferedImage getBufferedImage(Dimension size)
ChartModulePanel
内の getBufferedImage
size
- 要求画像サイズを指定public boolean isImageServiceActivated()
ChartModulePanel
内の isImageServiceActivated
public Printable getPainter()
ChartModulePanel
の記述:
ChartModulePanel
内の getPainter
public boolean isPrintable()
ChartModulePanel
の記述:
ChartModulePanel
内の isPrintable
public DictionaryActionFile getDictionaryAction()
ChartModulePanel
の記述:
ChartModulePanel
内の getDictionaryAction
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |