Uses of Enum Class
org.teamapps.ux.component.timegraph.LineChartCurveType
Packages that use LineChartCurveType
-
Uses of LineChartCurveType in org.teamapps.ux.component.timegraph
Subclasses with type arguments of type LineChartCurveType in org.teamapps.ux.component.timegraphMethods in org.teamapps.ux.component.timegraph that return LineChartCurveTypeModifier and TypeMethodDescriptionstatic LineChartCurveTypeReturns the enum constant of this class with the specified name.static LineChartCurveType[]LineChartCurveType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LineChartCurveType in org.teamapps.ux.component.timegraph.graph
Methods in org.teamapps.ux.component.timegraph.graph that return LineChartCurveTypeMethods in org.teamapps.ux.component.timegraph.graph with parameters of type LineChartCurveTypeModifier and TypeMethodDescriptionHoseGraph.setCurveType(LineChartCurveType curveType) LineGraph.setGraphType(LineChartCurveType graphType) Constructors in org.teamapps.ux.component.timegraph.graph with parameters of type LineChartCurveTypeModifierConstructorDescriptionHoseGraph(HoseGraphModel model, LineChartCurveType curveType, float dataDotRadius, Color centerLineColor) HoseGraph(HoseGraphModel model, LineChartCurveType curveType, float dataDotRadius, Color centerLineColor, Color areaColor) HoseGraph(HoseGraphModel model, LineChartCurveType curveType, float dataDotRadius, Color centerLineColor, Color areaColor, boolean stripedArea) LineGraph(LineGraphModel model, LineChartCurveType graphType, float dataDotRadius, Color lineColor) LineGraph(LineGraphModel model, LineChartCurveType graphType, float dataDotRadius, Color lineColor, Color areaColor) LineGraph(LineGraphModel model, LineChartCurveType graphType, float dataDotRadius, Color lineColorScaleMin, Color lineColorScaleMax, Color areaColorScaleMin, Color areaColorScaleMax)