public class FlexCartesianChart extends FlexChart
Modifier | Constructor and Description |
---|---|
protected |
FlexCartesianChart(JtfObjectHandle handle,
Desktop desktop)
使用 JtfObjectHandle 创建新 FlexCartesianChart。
|
Modifier and Type | Method and Description |
---|---|
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()
可能值为:左、右或居中。多数组件的默认值为左。
对于 Button、LinkButton 和 AccordionHeader 组件,默认值为居中
。对于这些组件,仅在 labelPlacement 属性设为左
或右
时才认可此属性。如果 labelPlacement 设为上
或下
,则文本和所有图标将居中。
public double getVerticalAxisRatio()
此限制是轴的宽度乘以此比率。默认值为 0.33。
Copyright 2009-2012 Micro Focus. All Rights Reserved.