public class FlexChartSeries extends FlexObject
Series クラスのサブクラスは、関連付けられたグラフ コントロールと共に使用します。 Series クラスを使用すると、データ系列に関連するグラフ要素の塗りつぶしパターンや線の属性を指定できます。
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
FlexChartSeries(JtfObjectHandle handle,
Desktop desktop)
JtfObjectHandle を持つ新しい FlexChartSeries を作成します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<String> |
getColumnNames()
[読み取り専用] データ内のすべての列の名前を含むリスト。
|
int |
getFirstVisibleRow()
[読み取り専用] 最初の可視の子のインデックス。
|
int |
getLastVisibleRow()
[読み取り専用] 最後の可視の子のインデックス。
|
int |
getNumColumns()
[読み取り専用] 利用可能なデータ中の列の合計数。
|
int |
getNumRows()
[読み取り専用] 利用可能なデータ中の行の合計数。
|
int |
getSelectedIndex()
[読み取り専用] データ プロバイダーのデータ内で選択された項目のインデックス。
|
List<Integer> |
getSelectedIndices()
[読み取り専用] データ プロバイダーのデータ内で選択された項目のインデックスの配列。
|
int |
getSelectedItem()
[読み取り専用] 系列内で選択されたグラフ項目。
|
List<Integer> |
getSelectedItems()
[読み取り専用] 系列内で選択されたグラフ項目の配列。
|
List<List<String>> |
getValues(int start,
int end)
コンポーネントのすべての部分のオートメーション値を含む配列を返します。
|
void |
seriesClick(List<Integer> hitSet)
グラフ内のデータを表すグラフ項目上でマウス ボタンをクリックしたインデックスです。
|
void |
seriesDoubleClick(List<Integer> hitSet)
グラフ内のデータを表すグラフ項目上でマウス ボタンをダブルクリックしたインデックスです。
|
void |
seriesItemRollOver(List<Integer> hitSet)
グラフ内のデータを表すグラフ項目上でマウス ポインターを動かしたインデックスです。
|
changeFocus, changeFocus, changeFocus, getAutomationClassName, getAutomationIndex, getAutomationName, getClassName, getCurrentState, getErrorColor, getErrorString, getId, getNumAutomationChildren, getPercentHeight, getPercentWidth, getScaleX, getScaleY, getThemeColor, getToolTip, isEnabled, isFocusEnabled, isUseHandCursor, move, move, move, setFocusclick, click, click, click, doubleClick, doubleClick, doubleClick, doubleClick, getAlpha, getHeight, getStyle, getTabIndex, getWidth, getX, getY, isMouseEnabled, isTabChildren, isTabEnabled, isVisible, mouseMove, mouseMove, nativeToString, pressKeys, pressKeys, pressMouse, pressMouse, pressMouse, pressMouse, releaseKeys, releaseKeys, releaseMouse, releaseMouse, releaseMouse, releaseMouse, typeKeys, typeKeys, typeKeys, typePasswordKeys, typePasswordKeys, typePasswordKeyscaptureBitmap, captureBitmap, exists, exists, generateLocator, getChildren, getDynamicMethodList, getParent, getPropertyList, getRect, getRect, getText, getValue, highlightObject, highlightObject, highlightObject, invokeMethods, textCapture, textCapture, textClick, textClick, textClick, textClick, textClick, textClick, textExists, textExists, textExists, textExists, textExists, textRectangle, textRectangle, textRectangle, textRectangle, textRectangle, waitForChildDisappearance, waitForChildDisappearance, waitForDisappearance, waitForDisappearance, waitForObject, waitForObject, waitForProperty, waitForPropertyequals, exists, find, find, findAll, findAll, getCustomTypeName, getDesktop, getHandle, getLocator, getProperty, getTypeName, hashCode, imageClick, imageClick, imageClick, imageClick, imageClick, imageClick, imageClickFile, imageClickFile, imageClickFile, imageClickFile, imageClickFile, imageClickFile, imageExists, imageExists, imageExists, imageExistsFile, imageExistsFile, imageExistsFile, imageRectangle, imageRectangle, imageRectangle, imageRectangleFile, imageRectangleFile, imageRectangleFile, invoke, preventFinalLocator, setProperty, toStringprotected FlexChartSeries(JtfObjectHandle handle, Desktop desktop)
handle - FlexChartSeries を識別するハンドルdesktop - このオブジェクトが存在するデスクトップpublic List<List<String>> getValues(int start, int end)
戻り値は行の配列で、各行は項目の配列になります。
start - 開始点の子のインデックス。 デフォルト値は 0 です。end - 終了点の子のインデックス。 デフォルト値は 0 です。public void seriesClick(List<Integer> hitSet)
hitSet - イベントをトリガした ChartItems を表す HitData 構造体の配列public void seriesDoubleClick(List<Integer> hitSet)
hitSet - イベントをトリガした ChartItems を表す HitData 構造体の配列public void seriesItemRollOver(List<Integer> hitSet)
hitSet - イベントをトリガした ChartItems を表す HitData 構造体の配列public int getFirstVisibleRow()
public int getLastVisibleRow()
public int getNumColumns()
public int getNumRows()
public int getSelectedIndex()
複数の項目が選択されている場合、このプロパティは最も新しく選択された項目を参照します。
public List<Integer> getSelectedIndices()
public int getSelectedItem()
複数の項目が選択されている場合、このプロパティは最も新しく選択された項目を参照します。
Copyright 2009-2012 Micro Focus. All Rights Reserved.