@Deprecated public class DataContext extends GraphContext
Modifier and Type | Class and Description |
---|---|
static class |
DataContext.DataType
Deprecated.
Data types for
getDataValue |
m_CommonGraph
Constructor and Description |
---|
DataContext(CommonGraph graph,
int seriesIndex,
int groupIndex)
Deprecated.
Constructor
|
DataContext(CommonGraph graph,
KeyMap seriesKeys,
java.util.List<KeyMap> groupKeys)
Deprecated.
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getDataValue(DataContext.DataType type)
Deprecated.
Returns the value of the specified type
|
java.lang.String |
getGroupId()
Deprecated.
Returns the group id (labels of the measures) of this data context
|
int |
getGroupIndex()
Deprecated.
Returns the group index of this data context
|
java.util.List<KeyMap> |
getGroupKeys()
Deprecated.
Returns the group Keys of this data context
|
java.lang.String |
getSeriesId()
Deprecated.
Returns the series id (labels of the measures) of this data context
|
int |
getSeriesIndex()
Deprecated.
Returns the series index of this data context
|
KeyMap |
getSeriesKey()
Deprecated.
Returns the series Key of this data context
|
getKeyMap, getSliceIndexFromAttributes
public DataContext(CommonGraph graph, int seriesIndex, int groupIndex)
public DataContext(CommonGraph graph, KeyMap seriesKeys, java.util.List<KeyMap> groupKeys)
public KeyMap getSeriesKey()
public int getSeriesIndex()
public java.lang.String getSeriesId()
public java.util.List<KeyMap> getGroupKeys()
public int getGroupIndex()
public java.lang.String getGroupId()
public java.lang.Object getDataValue(DataContext.DataType type)
type
- See DataType