public class FlexChartSeries extends FlexObject
You use the subclasses of the Series class with the associated chart control. You can use a Series class to specify the fill pattern and stroke characteristics for the chart elements that are associated with the data series.
Modifier | Constructor and Description |
---|---|
protected |
FlexChartSeries(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexChartSeries with a JtfObjectHandle.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getColumnNames()
Gets a list containing the names of all columns in the data.
|
int |
getFirstVisibleRow()
Gets the index of the first visible child.
|
int |
getLastVisibleRow()
Gets the index of the last visible child.
|
int |
getNumColumns()
Gets the total number of columns in the data available.
|
int |
getNumRows()
Gets the total number of rows of data available.
|
int |
getSelectedIndex()
Gets the index of the selected item in the data provider of the series.
|
List<Integer> |
getSelectedIndices()
Gets an array of indexes of the selected items in the data provider of the series.
|
int |
getSelectedItem()
Gets the chart item that is selected in the series.
|
List<Integer> |
getSelectedItems()
Gets an array of chart items that are selected in the series.
|
List<List<String>> |
getValues(int start,
int end)
Returns a matrix containing the automation values of all parts of the components.
|
void |
seriesClick(List<Integer> hitSet)
Indicates that the user clicked the mouse button over a chart item representing data in the chart.
|
void |
seriesDoubleClick(List<Integer> hitSet)
Indicates that the user double-clicked the mouse button over a chart item representing data in the chart.
|
void |
seriesItemRollOver(List<Integer> hitSet)
Indicates that the user rolled the mouse pointer over a chart item representing data in the chart.
|
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 FlexChartSeries(JtfObjectHandle handle, Desktop desktop)
handle
- the handle that identifies the FlexChartSeriesdesktop
- the desktop on which this object livespublic List<List<String>> getValues(int start, int end)
The return value is an array of rows, each of which is an array of items.
start
- the index of the starting child. The default value is 0.end
- the index of the ending child. The default value is 0.public void seriesClick(List<Integer> hitSet)
hitSet
- an array of HitData structures describing the ChartItems that triggered the eventpublic void seriesDoubleClick(List<Integer> hitSet)
hitSet
- an array of HitData structures describing the ChartItems that triggered the eventpublic void seriesItemRollOver(List<Integer> hitSet)
hitSet
- an array of HitData structures describing the ChartItems that triggered the eventpublic List<String> getColumnNames()
public int getFirstVisibleRow()
public int getLastVisibleRow()
public int getNumColumns()
public int getNumRows()
public int getSelectedIndex()
If multiple items are selected, then this property refers to the most recently selected item.
public List<Integer> getSelectedIndices()
public int getSelectedItem()
If multiple items are selected, then this property refers to the most recently selected item.
Copyright 2009-2012 Micro Focus. All Rights Reserved.