Uses of Interface
org.teamapps.ux.component.timegraph.datapoints.GraphData
-
Packages that use GraphData Package Description org.teamapps.ux.component.timegraph.datapoints org.teamapps.ux.component.timegraph.graph org.teamapps.ux.component.timegraph.model -
-
Uses of GraphData in org.teamapps.ux.component.timegraph.datapoints
Subinterfaces of GraphData in org.teamapps.ux.component.timegraph.datapoints Modifier and Type Interface Description interfaceGraphGroupDatainterfaceHoseGraphDatainterfaceIncidentGraphDatainterfaceLineGraphDataClasses in org.teamapps.ux.component.timegraph.datapoints that implement GraphData Modifier and Type Class Description classListLineGraphDataclassMapGraphGroupDataMethods in org.teamapps.ux.component.timegraph.datapoints that return types with arguments of type GraphData Modifier and Type Method Description java.util.Map<java.lang.String,GraphData>GraphGroupData. getGraphData()java.util.Map<java.lang.String,GraphData>MapGraphGroupData. getGraphData()Constructor parameters in org.teamapps.ux.component.timegraph.datapoints with type arguments of type GraphData Constructor Description MapGraphGroupData(java.util.Map<java.lang.String,GraphData> dataPointsByGraphId) -
Uses of GraphData in org.teamapps.ux.component.timegraph.graph
Classes in org.teamapps.ux.component.timegraph.graph with type parameters of type GraphData Modifier and Type Class Description classAbstractGraph<D extends GraphData,M extends GraphModel<D>> -
Uses of GraphData in org.teamapps.ux.component.timegraph.model
Classes in org.teamapps.ux.component.timegraph.model with type parameters of type GraphData Modifier and Type Interface Description interfaceGraphModel<D extends GraphData>
-