public class DataSelection extends GraphSelection
GraphSelection.SelectionType| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<KeyMap> |
m_groupKey |
protected KeyMap |
m_seriesKey |
m_graph, m_graphContext| Constructor and Description |
|---|
DataSelection(KeyMap seriesKey,
KeyMap groupKey)
Constructor
|
DataSelection(KeyMap seriesKey,
java.util.List<KeyMap> groupKeySet)
Constructor
|
DataSelection(UIGraph graph,
KeyMap seriesKey,
KeyMap groupKey)
Deprecated.
DataSelection(KeyMap, KeyMap) should be used instead |
DataSelection(UIGraph graph,
KeyMap seriesKey,
java.util.List<KeyMap> groupKeySet)
Deprecated.
DataSelection(KeyMap, List[KeyMap]) should be used instead |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<KeyMap> |
getGroupKeys()
Retrieves list of KeyMap for the group
|
KeyMap |
getSeriesKey()
Retrieves KeyMap for the series
|
int |
hashCode() |
protected void |
init(UIGraph graph,
KeyMap seriesKey,
java.util.List<KeyMap> groupKeySet)
init
|
getDataContextprotected java.util.List<KeyMap> m_groupKey
protected KeyMap m_seriesKey
@Deprecated public DataSelection(UIGraph graph, KeyMap seriesKey, KeyMap groupKey)
DataSelection(KeyMap, KeyMap) should be used insteadgraph - the instance of the UIGraphseriesKey - the KeyMap for the seriesgroupKey - the KeyMap for the group@Deprecated public DataSelection(UIGraph graph, KeyMap seriesKey, java.util.List<KeyMap> groupKeySet)
DataSelection(KeyMap, List[KeyMap]) should be used insteadgraph - the instance of the UIGraphseriesKey - the KeyMap for the seriesgroupKeySet - the List of KeyMaps for the grouppublic DataSelection(KeyMap seriesKey, KeyMap groupKey)
seriesKey - the KeyMap for the seriesgroupKey - the KeyMap for the grouppublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.util.List<KeyMap> getGroupKeys()
public KeyMap getSeriesKey()