public class FlexAreaSeries extends FlexChartSeries
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
FlexAreaSeries(JtfObjectHandle handle,
Desktop desktop)
JtfObjectHandle を持つ新しい FlexAreaSeries を作成します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getForm()
[読み取り専用] 領域の境界のタイプ。
|
String |
getMinField()
[読み取り専用] 領域の下部の境界を決定する dataProvider のフィールド。
|
double |
getRadius()
[読み取り専用] データ ポイントのグラフ要素の半径(ピクセル単位)。
|
String |
getXField()
[読み取り専用] 水平軸上のデータ ポイントの位置を決定するデータ プロバイダーのフィールド。
|
String |
getYField()
[読み取り専用] 垂直軸上のデータ ポイントの位置を決定するデータ プロバイダーのフィールド。
|
getColumnNames, getFirstVisibleRow, getLastVisibleRow, getNumColumns, getNumRows, getSelectedIndex, getSelectedIndices, getSelectedItem, getSelectedItems, getValues, seriesClick, seriesDoubleClick, seriesItemRollOverchangeFocus, 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 FlexAreaSeries(JtfObjectHandle handle, Desktop desktop)
handle - FlexAreaSeries を識別するハンドルdesktop - このオブジェクトが存在するデスクトップpublic String getForm()
有効な値は次のとおりです。
デフォルト値は segment です。
public String getMinField()
null の場合、領域は範囲の最小値(フィールド値が負の場合は最大値)に基づきます。 デフォルト値は null です。
public double getRadius()
このプロパティは、itemRenderer プロパティを指定した場合にのみ適用されます。
デフォルト値は 4 です。
public String getXField()
null の場合、データ ポイントはデータ プロバイダーに表示される順序でレンダリングされます。 デフォルト値は null です。
public String getYField()
null の場合、AreaSeries は dataProvider が数値の配列であると見なし、数値をデータ ポイントの値として使用します。 デフォルト値は null です。
Copyright 2009-2012 Micro Focus. All Rights Reserved.