public class FlexPieChart extends FlexChart
数据提供程序的数据确定了饼图中与其他楔形相对应的每个楔形的大小。您可使用 PieSeries 类创建标准饼图、圆环图或堆叠饼图。
Modifier | Constructor and Description |
---|---|
protected |
FlexPieChart(JtfObjectHandle handle,
Desktop desktop)
使用 JtfObjectHandle 创建新 FlexPieChart。
|
Modifier and Type | Method and Description |
---|---|
double |
getInnerRadius()
获取 饼图中心孔的大小。
|
String |
getTextAlign()
获取 容器中的文本对齐。
|
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 FlexPieChart(JtfObjectHandle handle, Desktop desktop)
handle
- 可确定 FlexPieChart 的句柄desktop
- 此对象所在的桌面public double getInnerRadius()
此属性是中心圆半径占整个饼图半径的百分比值。默认值为 0%。使用此属性可创建圆环图。
public String getTextAlign()
可能值为:左、右或居中。多数组件的默认值为左。
对于 Button、LinkButton 和 AccordionHeader 组件,默认值为居中
。对于这些组件,仅在 labelPlacement 属性设为左
或右
时才认可此属性。如果 labelPlacement 设为上
或下
,则文本和所有图标将居中。
Copyright 2009-2012 Micro Focus. All Rights Reserved.