public class FlexPieSeries extends FlexChartSeries
修飾子 | コンストラクタと説明 |
---|---|
protected |
FlexPieSeries(JtfObjectHandle handle,
Desktop desktop)
JtfObjectHandle を持つ新しい FlexPieSeries を作成します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
double |
getCalloutGap()
[読み取り専用] 引き出し線をレンダリングする際に円グラフの縁とラベルの間にどの程度のスペースが挿入されるか。
|
double |
getExplodeRadius()
[読み取り専用] 0 から 1 までの数値。
|
String |
getField()
[読み取り専用] PieChart コントロールの各区分のデータを決定するデータ プロバイダーのフィールド。
|
int |
getFontSize()
[読み取り専用] テキストの高さ(ピクセル単位)。
|
double |
getInnerRadius()
[読み取り専用] 系列の中心からレンダリング済み区分の内側エッジまでの距離を、系列に割り当てられた全半径のパーセンテージで指定する、0 ~ 1 の数。
|
double |
getInsideLabelSizeLimit()
[読み取り専用] フォントサイズのしきい値(ポイント)。
|
String |
getLabelPosition()
[読み取り専用] 値のラベルのレンダリング方法。
|
double |
getMaxLabelRadius()
[読み取り専用] ラベルに割り当て可能な PieSeries の半径の最大値。
|
String |
getNameField()
[読み取り専用] PieChart コントロールの各区分の名前を決定するデータ プロバイダーのフィールド。
|
double |
getOuterRadius()
[読み取り専用] 領域全体のうち PieSeries が系列の内容をレンダリングする場合に使用可能な領域の割合。
|
double |
getStartAngle()
[読み取り専用] PieChart コントロールの最初の区分の開始角度。
|
getColumnNames, getFirstVisibleRow, getLastVisibleRow, getNumColumns, getNumRows, getSelectedIndex, getSelectedIndices, getSelectedItem, getSelectedItems, getValues, seriesClick, seriesDoubleClick, seriesItemRollOver
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 FlexPieSeries(JtfObjectHandle handle, Desktop desktop)
handle
- FlexPieSeries を識別するハンドルdesktop
- このオブジェクトが存在するデスクトップpublic double getCalloutGap()
public double getExplodeRadius()
この値は、円系列の全区分を均一に分離する値です。
public String getField()
public int getFontSize()
ColorPicker コントロール以外のすべてのコントロールのデフォルト値は 10 です。 ColorPicker コントロールのデフォルト値は 11 です。
public double getInnerRadius()
このプロパティは、系列に直接割り当てられます。
public double getInsideLabelSizeLimit()
このしきい値を下回ったラベルは、labelPosition プロパティの設定に基づいて、完全に非表示になるか、コールアウトとしてレンダリングされます。
public String getLabelPosition()
有効な値は次のとおりです。
public double getMaxLabelRadius()
この値は、系列がコールアウト ラベルをレンダリングしているときにのみ適用できます。
public String getNameField()
public double getOuterRadius()
この値はグラフによって管理されるため、直接割り当てないでください。 この値の範囲は 0 から 1 です。
public double getStartAngle()
デフォルト値は 0 で、PieChart コントロール右側が水平になります。
Copyright 2009-2012 Micro Focus. All Rights Reserved.