public class FlexLineSeries extends FlexChartSeries
修飾子 | コンストラクタと説明 |
---|---|
protected |
FlexLineSeries(JtfObjectHandle handle,
Desktop desktop)
JtfObjectHandle を持つ新しい FlexLineSeries を作成します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getForm()
[読み取り専用] グラフの線のタイプ。
|
double |
getRadius()
[読み取り専用] データ ポイントのグラフ要素の半径(ピクセル単位)。
|
String |
getXField()
[読み取り専用] 各データ ポイントの x 軸の位置を決定するデータ プロバイダーのフィールド。
|
String |
getYField()
[読み取り専用] 各データ ポイントの y 軸の位置を決定するデータ プロバイダーのフィールド。
|
boolean |
isSortOnXField()
[読み取り専用] レンダリングの前に線データポイントを左から右にソートするかどうか。
|
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 FlexLineSeries(JtfObjectHandle handle, Desktop desktop)
handle
- FlexLineSeries を識別するハンドルdesktop
- このオブジェクトが存在するデスクトップpublic String getForm()
有効な値は次のとおりです。
The default value is segment.
public double getRadius()
このプロパティは、itemRenderer プロパティ使用して項目レンダラを指定した場合にのみ適用されます。
デフォルト値は 4 です。
public boolean isSortOnXField()
デフォルトでは、LineSeries は左から右にポイントをレンダリングします。このプロパティを false に設定すると、項目はデータ プロバイダーに表示される順序でレンダリングされます。
デフォルト値は true です。
public String getXField()
null の場合、データ ポイントはデータ プロバイダーに表示される順序でレンダリングされます。 デフォルト値は null です。
public String getYField()
null の場合、LineSeries はデータ プロバイダーが数値の配列であると見なし、数値を値として使用します。 デフォルト値は null です。
Copyright 2009-2012 Micro Focus. All Rights Reserved.