public class FlexBarSeries extends FlexChartSeries
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
FlexBarSeries(JtfObjectHandle handle,
Desktop desktop)
JtfObjectHandle を持つ新しい FlexBarSeries を作成します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
double |
getBarWidthRatio()
[読み取り専用] カテゴリ幅に相対的な棒グラフをレンダリングするための幅。
|
double |
getMaxBarWidth()
[読み取り専用] 横棒の幅(ピクセル単位)。
|
String |
getMinField()
[読み取り専用] 各横棒の下部を決定する データ プロバイダーのフィールド。
|
double |
getOffset()
[読み取り専用] 使用可能な領域の中心から横棒の中心をずらす度合い(カテゴリの幅に対する割合)。
|
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 FlexBarSeries(JtfObjectHandle handle, Desktop desktop)
handle - FlexBarSeries を識別するハンドルdesktop - このオブジェクトが存在するデスクトップpublic double getBarWidthRatio()
値が 1 の場合は領域全体を、.6 の場合は棒グラフの使用可能な領域の 60% を使用します。 通常はこのプロパティを直接設定することはありません。 実際の棒グラフの幅は、barWidthRatio プロパティと maxbarWidth プロパティのうちの小さいほうが使用されます。
デフォルト値は .65 です。
public double getMaxBarWidth()
実際の棒グラフの幅は、このスタイルと barWidthRatio プロパティのうちの小さいほうが使用されます。 クラスタ化された横棒グラフは、クラスタごとの横棒グラフ間で均等に領域が分割されます。
public String getMinField()
null の場合、縦棒は範囲の最小値(フィールド値が負の場合は最大値)に基づきます。 デフォルト値は null です。
public double getOffset()
値の範囲は -100 ~ 100 のパーセンテージです。 領域の中心に棒を配置するには 0 に設定します。 このプロパティの値を -50 に設定すると、縦棒は使用可能な領域の開始位置の中央に配置されます。 通常はこのプロパティを直接設定することはありません。
デフォルト値は 0 です。
public String getXField()
null の場合、BarSeries はデータ プロバイダーが数値の配列であると見なし、数値を値として使用します。
デフォルト値は null です。
public String getYField()
null の場合、データ プロバイダー内のデータの順序で横棒が配置されます。
デフォルト値は null です。
Copyright 2009-2012 Micro Focus. All Rights Reserved.