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
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, waitMethods inherited from interface org.teamapps.ux.component.timegraph.datapoints.GraphGroupData
getInterval, toUiGraphData
-
Constructor Details
-
Method Details
-
getGraphData
- Specified by:
getGraphDatain interfaceGraphGroupData
-