Class MapGraphGroupData
- java.lang.Object
-
- org.teamapps.ux.component.timegraph.datapoints.MapGraphGroupData
-
- All Implemented Interfaces:
GraphData,GraphGroupData
public class MapGraphGroupData extends java.lang.Object implements GraphGroupData
-
-
Constructor Summary
Constructors Constructor Description MapGraphGroupData(java.util.Map<java.lang.String,GraphData> dataPointsByGraphId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,GraphData>getGraphData()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.teamapps.ux.component.timegraph.datapoints.GraphGroupData
getInterval, toUiGraphData
-
-
-
-
Constructor Detail
-
MapGraphGroupData
public MapGraphGroupData(java.util.Map<java.lang.String,GraphData> dataPointsByGraphId)
-
-
Method Detail
-
getGraphData
public java.util.Map<java.lang.String,GraphData> getGraphData()
- Specified by:
getGraphDatain interfaceGraphGroupData
-
-