public class FlexPlotSeries extends FlexChartSeries
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
FlexPlotSeries(JtfObjectHandle handle,
Desktop desktop)
JtfObjectHandle を持つ新しい FlexPlotSeries を作成します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
double |
getRadius()
[読み取り専用] 半径のスタイル。
|
String |
getXField()
[読み取り専用] 各データ ポイントの x 軸の位置を決定するデータ プロバイダーのフィールド。
|
String |
getYField()
[読み取り専用] 各データ ポイントの y 軸の位置を決定するデータ プロバイダーのフィールド。
|
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 FlexPlotSeries(JtfObjectHandle handle, Desktop desktop)
handle - FlexPlotSeries を識別するハンドルdesktop - このオブジェクトが存在するデスクトップpublic double getRadius()
各データ ポイントのグラフ要素の半径をピクセル単位で指定します。 デフォルトでは、PlotChart コントロールによって各データ ポイントに円が描画されます。
デフォルト値は 4 です。
public String getXField()
null の場合は、データ ポイントはデータ プロバイダーに表示される順序でレンダリングされます。 デフォルト値は null です。
public String getYField()
null の場合、PlotSeries はデータ プロバイダーが数値の配列であると見なし、数値を値として使用します。 デフォルト値は null です。
Copyright 2009-2012 Micro Focus. All Rights Reserved.