public class FlexPieChart extends FlexChart
円グラフ内の各区分の大きさは、データ プロバイダーのデータにより、他の区分との関連で決定されます。 PieSeries クラスを使用すると、標準的な円グラフ、ドーナツ グラフ、および積み上げ円グラフを作成できます。
修飾子 | コンストラクタと説明 |
---|---|
protected |
FlexPieChart(JtfObjectHandle handle,
Desktop desktop)
JtfObjectHandle を持つ新しい FlexPieChart を作成します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
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()
有効な値は left、right または center です。 ほとんどのコンポーネントのデフォルト値は left です。
Button、LinkButton、および AccordionHeader コンポーネントでは、デフォルト値は center
です。 これらのコンポーネントの場合は、このプロパティは labelPlacement プロパティが left
または right
に設定されている場合のみ認識されます。 labelPlacement が top
または bottom
に設定されている場合、テキストやアイコンは中央に配置されます。
Copyright 2009-2012 Micro Focus. All Rights Reserved.