Uses of Interface
org.teamapps.ux.component.timegraph.model.LineGraphModel
-
Packages that use LineGraphModel Package Description org.teamapps.ux.component.timegraph.graph org.teamapps.ux.component.timegraph.model org.teamapps.ux.component.timegraph.model.timestamps -
-
Uses of LineGraphModel in org.teamapps.ux.component.timegraph.graph
Constructors in org.teamapps.ux.component.timegraph.graph with parameters of type LineGraphModel Constructor Description LineGraph(LineGraphModel model)LineGraph(LineGraphModel model, LineChartCurveType graphType, float dataDotRadius, org.teamapps.common.format.Color lineColor)LineGraph(LineGraphModel model, LineChartCurveType graphType, float dataDotRadius, org.teamapps.common.format.Color lineColor, org.teamapps.common.format.Color areaColor)LineGraph(LineGraphModel model, LineChartCurveType graphType, float dataDotRadius, org.teamapps.common.format.Color lineColorScaleMin, org.teamapps.common.format.Color lineColorScaleMax, org.teamapps.common.format.Color areaColorScaleMin, org.teamapps.common.format.Color areaColorScaleMax) -
Uses of LineGraphModel in org.teamapps.ux.component.timegraph.model
Classes in org.teamapps.ux.component.timegraph.model that implement LineGraphModel Modifier and Type Class Description classAbstractLineGraphModelclassAggregatingLineGraphModel -
Uses of LineGraphModel in org.teamapps.ux.component.timegraph.model.timestamps
Classes in org.teamapps.ux.component.timegraph.model.timestamps that implement LineGraphModel Modifier and Type Class Description classPartitioningTimestampsLineGraphModel
-