public class FlexBubbleSeries extends FlexChartSeries
修飾子 | コンストラクタと説明 |
---|---|
protected |
FlexBubbleSeries(JtfObjectHandle handle,
Desktop desktop)
JtfObjectHandle を持つ新しい FlexBubbleSeries を作成します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
double |
getMaxRadius()
[読み取り専用] この系列にレンダリングされる最大の項目の半径。
|
String |
getRadiusField()
[読み取り専用] グラフ内の他のデータ ポイントを基準にして各シンボルの半径を決定するデータ プロバイダーのフィールド。
|
String |
getXField()
[読み取り専用] 各データ ポイントの x 軸の位置を決定するデータ プロバイダーのフィールド。
|
String |
getYField()
[読み取り専用] 各データ ポイントの y 軸の位置を決定するデータ プロバイダーのフィールド。
|
getColumnNames, getFirstVisibleRow, getLastVisibleRow, getNumColumns, getNumRows, getSelectedIndex, getSelectedIndices, getSelectedItem, getSelectedItems, getValues, seriesClick, seriesDoubleClick, seriesItemRollOver
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 FlexBubbleSeries(JtfObjectHandle handle, Desktop desktop)
handle
- FlexBubbleSeries を識別するハンドルdesktop
- このオブジェクトが存在するデスクトップpublic double getMaxRadius()
BubbleChart の BubbleSeries オブジェクトを使用する場合、グラフはその maxRadius スタイル値を、グラフ内のすべての系列のこのプロパティに自動的に割り当てます。 CartesianChart コントロールの BubbleSeries オブジェクトを使用する場合、このプロパティを手動で管理します。
public String getRadiusField()
public String getXField()
null の場合は、データ ポイントはデータ プロバイダーに表示される順序でレンダリングされます。 デフォルト値は null です。
public String getYField()
null の場合、BubbleSeries は dataProvider が数値の配列であると見なし、数値をデータ ポイントの値として使用します。 デフォルト値は null です。
Copyright 2009-2012 Micro Focus. All Rights Reserved.