public class FlexChartLegend extends FlexObject
修飾子 | コンストラクタと説明 |
---|---|
protected |
FlexChartLegend(JtfObjectHandle handle,
Desktop desktop)
JtfObjectHandle を持つ新しい FlexChartLegend を作成します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<String> |
getColumnNames()
[読み取り専用] データ内のすべての列の名前を含むリスト。
|
int |
getFirstVisibleRow()
[読み取り専用] 最初の可視の子のインデックス。
|
String |
getFontWeight()
[読み取り専用] テキストがボールド体かどうか。
|
String |
getLabel()
[読み取り専用] 凡例要素の隣に表示するテキスト。
|
String |
getLabelPlacement()
[読み取り専用] 凡例要素のラベルの配置。
|
int |
getLastVisibleRow()
[読み取り専用] 最後の可視の子のインデックス。
|
double |
getMarkerAspectRatio()
[読み取り専用] この凡例項目に関連付けられたマーカーのアスペクト比。
|
int |
getMarkerHeight()
[読み取り専用] 凡例要素の高さ。
|
int |
getMarkerWidth()
[読み取り専用] 凡例要素の幅。
|
int |
getNumColumns()
[読み取り専用] 利用可能なデータ中の列の合計数。
|
int |
getNumRows()
[読み取り専用] 利用可能なデータ中の行の合計数。
|
int |
getPaddingLeft()
[読み取り専用] コントロールの左境界線とコンテンツ領域の左端との間にあるピクセル数。
|
int |
getPaddingRight()
[読み取り専用] コントロールの右境界線とコンテンツ領域の右端との間にあるピクセル数。
|
List<List<String>> |
getValues(int start,
int end)
コンポーネントのすべての部分のオートメーション値を含む配列を返します。
|
int |
getVerticalGap()
[読み取り専用] 子同士の垂直方向の間隔を示すピクセル数。
|
void |
legendItemClick(String item)
ユーザーが Legend コントロール内の LegendItem をクリックしたときにディスパッチされます。
|
changeFocus, changeFocus, changeFocus, getAutomationClassName, getAutomationIndex, getAutomationName, getClassName, getCurrentState, getErrorColor, getErrorString, getId, getNumAutomationChildren, getPercentHeight, getPercentWidth, getScaleX, getScaleY, getThemeColor, getToolTip, isEnabled, isFocusEnabled, isUseHandCursor, move, move, move, setFocus
click, 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, typePasswordKeys
captureBitmap, 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, waitForProperty
equals, 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, toString
protected FlexChartLegend(JtfObjectHandle handle, Desktop desktop)
handle
- FlexChartLegend を識別するハンドルdesktop
- このオブジェクトが存在するデスクトップpublic List<List<String>> getValues(int start, int end)
戻り値は行の配列で、各行は項目の配列になります。
start
- 開始点の子のインデックス。 デフォルト値は 0 です。end
- 終了点の子のインデックス。 デフォルト値は 0 です。public void legendItemClick(String item)
item
- イベントがトリガーされた Legend の項目public int getFirstVisibleRow()
public String getFontWeight()
有効な値は、normal および bold です。 Button コントロールのデフォルト値は bold です。 他のすべてのコントロールのデフォルト値は normal です。
public String getLabel()
public String getLabelPlacement()
top
、bottom
、right
、および left
です。public int getLastVisibleRow()
public double getMarkerAspectRatio()
グラフ系列により提供される一部のマーカーは、特定のアスペクト比による表示を目的として作成されています。 このプロパティが設定された場合は、凡例項目により、レイアウト中のマーカーが特定のアスペクト比で表示されます。
public int getMarkerHeight()
public int getMarkerWidth()
public int getNumColumns()
public int getNumRows()
public int getPaddingLeft()
public int getPaddingRight()
public int getVerticalGap()
Copyright 2009-2012 Micro Focus. All Rights Reserved.