public class FlexCartesianChart extends FlexChart
Modifier | Constructor and Description |
---|---|
protected |
FlexCartesianChart(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexCartesianChart with a JtfObjectHandle.
|
Modifier and Type | Method and Description |
---|---|
int |
getGutterBottom()
Gets the size of the region, in pixels, between the bottom of the chart data area and the bottom of the chart control.
|
int |
getGutterLeft()
Gets the size of the region, in pixels, between the left of the chart data area and the left of the chart control.
|
int |
getGutterRight()
Gets the size of the region, in pixels, between the right side of the chart data area and the outside of the chart control.
|
int |
getGutterTop()
Gets the size of the region, in pixels, between the top of the chart data area and the top of the chart control.
|
double |
getHorizontalAxisRatio()
Gets the height limit of the horiztonal axis.
|
String |
getTextAlign()
Gets the alignment of text within a container.
|
double |
getVerticalAxisRatio()
Gets the width limit of the vertical axis.
|
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
- the handle that identifies the FlexCartesianChartdesktop
- the desktop on which this object livespublic int getGutterBottom()
public int getGutterLeft()
public int getGutterRight()
public int getGutterTop()
public double getHorizontalAxisRatio()
The limit is the width of the axis times this ratio. The default value is 0.33.
public String getTextAlign()
Possible values are:left, right, or center. The default value for most components is left.
For the Button, LinkButton, and AccordionHeader components, the default value is center
. For these components, this property is only recognized when the labelPlacement property is set to left
or right
. If labelPlacement is set to top
or bottom
, the text and any icon are centered.
public double getVerticalAxisRatio()
The limit is the width of the axis times this ratio. The default value is 0.33.
Copyright 2009-2012 Micro Focus. All Rights Reserved.