public class FlexCartesianChart extends FlexChart
修飾子 | コンストラクタと説明 |
---|---|
protected |
FlexCartesianChart(JtfObjectHandle handle,
Desktop desktop)
JtfObjectHandle を持つ新しい FlexCartesianChart を作成します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
int |
getGutterBottom()
[読み取り専用] グラフのデータ領域の下端とグラフ コントロールの下端との間の領域のサイズ(ピクセル単位)。
|
int |
getGutterLeft()
[読み取り専用] グラフのデータ領域の左端とグラフ コントロールの左端との間の領域のサイズ(ピクセル単位)。
|
int |
getGutterRight()
[読み取り専用] グラフのデータ領域の右端とグラフ コントロールの外側との間の領域のサイズ(ピクセル単位)。
|
int |
getGutterTop()
[読み取り専用] グラフのデータ領域の上端とグラフ コントロールの上端との間の領域のサイズ(ピクセル単位)。
|
double |
getHorizontalAxisRatio()
[読み取り専用] 水平軸の高さの制限。
|
String |
getTextAlign()
[読み取り専用] コンテナー内のテキストの配置。
|
double |
getVerticalAxisRatio()
[読み取り専用] 垂直軸の幅の制限。
|
dragCancel, dragCancel, dragDrop, dragDrop, dragDrop, dragDrop, dragStart, dragStart, dragStart, getColumnNames, getDataTipMode, getDescription, getFirstVisibleRow, getFontFamily, getFontSize, getLastVisibleRow, getMaximumDataTipCount, getMouseSensitivity, getNumColumns, getNumRows, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getSelectedChartItem, getSelectedChartItems, getSelectionMode, getValues, isClipContent, isDragEnabled, isDropEnabled, isShowDataTips, isShowDataTipTargets, select
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 FlexCartesianChart(JtfObjectHandle handle, Desktop desktop)
handle
- FlexCartesianChart を識別するハンドルdesktop
- このオブジェクトが存在するデスクトップpublic int getGutterBottom()
public int getGutterLeft()
public int getGutterRight()
public int getGutterTop()
public double getHorizontalAxisRatio()
制限は、軸の幅とこの割合を掛けた値です。 デフォルト値は 0.33 です。
public String getTextAlign()
有効な値は left、right または center です。 ほとんどのコンポーネントのデフォルト値は left です。
Button、LinkButton、および AccordionHeader コンポーネントでは、デフォルト値は center
です。 これらのコンポーネントの場合は、このプロパティは labelPlacement プロパティが left
または right
に設定されている場合のみ認識されます。 labelPlacement が top
または bottom
に設定されている場合、テキストやアイコンは中央に配置されます。
public double getVerticalAxisRatio()
制限は、軸の幅とこの割合を掛けた値です。 デフォルト値は 0.33 です。
Copyright 2009-2012 Micro Focus. All Rights Reserved.