Uses of Interface
org.teamapps.ux.component.timegraph.model.HoseGraphModel
-
Packages that use HoseGraphModel Package Description org.teamapps.ux.component.timegraph.graph org.teamapps.ux.component.timegraph.model -
-
Uses of HoseGraphModel in org.teamapps.ux.component.timegraph.graph
Constructors in org.teamapps.ux.component.timegraph.graph with parameters of type HoseGraphModel Constructor Description HoseGraph(HoseGraphModel model)HoseGraph(HoseGraphModel model, LineChartCurveType curveType, float dataDotRadius, org.teamapps.common.format.Color centerLineColor)HoseGraph(HoseGraphModel model, LineChartCurveType curveType, float dataDotRadius, org.teamapps.common.format.Color centerLineColor, org.teamapps.common.format.Color areaColor)HoseGraph(HoseGraphModel model, LineChartCurveType curveType, float dataDotRadius, org.teamapps.common.format.Color centerLineColor, org.teamapps.common.format.Color areaColor, boolean stripedArea) -
Uses of HoseGraphModel in org.teamapps.ux.component.timegraph.model
Classes in org.teamapps.ux.component.timegraph.model that implement HoseGraphModel Modifier and Type Class Description classAbstractHoseGraphModelclassDelegatingHoseModel
-