Uses of Interface
org.teamapps.ux.component.timegraph.model.GraphModel
-
Packages that use GraphModel Package Description org.teamapps.ux.component.timegraph.graph org.teamapps.ux.component.timegraph.model org.teamapps.ux.component.timegraph.model.timestamps -
-
Uses of GraphModel in org.teamapps.ux.component.timegraph.graph
Classes in org.teamapps.ux.component.timegraph.graph with type parameters of type GraphModel Modifier and Type Class Description classAbstractGraph<D extends GraphData,M extends GraphModel<D>> -
Uses of GraphModel in org.teamapps.ux.component.timegraph.model
Subinterfaces of GraphModel in org.teamapps.ux.component.timegraph.model Modifier and Type Interface Description interfaceGraphGroupModelinterfaceHoseGraphModelinterfaceIncidentGraphModelinterfaceLineGraphModelClasses in org.teamapps.ux.component.timegraph.model that implement GraphModel Modifier and Type Class Description classAbstractGraphGroupModelclassAbstractHoseGraphModelclassAbstractIncidentGraphModelclassAbstractLineGraphModelclassAggregatingLineGraphModelclassDelegatingHoseModelConstructors in org.teamapps.ux.component.timegraph.model with parameters of type GraphModel Constructor Description DelegatingHoseModel(GraphModel<LineGraphData> minModel, GraphModel<LineGraphData> maxModel)DelegatingHoseModel(GraphModel<LineGraphData> minModel, GraphModel<LineGraphData> avgModel, GraphModel<LineGraphData> maxModel) -
Uses of GraphModel in org.teamapps.ux.component.timegraph.model.timestamps
Classes in org.teamapps.ux.component.timegraph.model.timestamps that implement GraphModel Modifier and Type Class Description classPartitioningTimestampsLineGraphModel
-