Uses of Interface
org.teamapps.ux.component.timegraph.model.GraphModel
Packages that use GraphModel
Package
Description
-
Uses of GraphModel in org.teamapps.ux.component.timegraph.graph
Classes in org.teamapps.ux.component.timegraph.graph with type parameters of type GraphModelModifier and TypeClassDescriptionclassAbstractGraph<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.modelModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceClasses in org.teamapps.ux.component.timegraph.model that implement GraphModelModifier and TypeClassDescriptionclassclassclassclassclassclassConstructors in org.teamapps.ux.component.timegraph.model with parameters of type GraphModelModifierConstructorDescriptionDelegatingHoseModel(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