Uses of Class
org.teamapps.ux.component.timegraph.LineChartCurveType
-
Packages that use LineChartCurveType Package Description org.teamapps.ux.component.timegraph -
-
Uses of LineChartCurveType in org.teamapps.ux.component.timegraph
Methods in org.teamapps.ux.component.timegraph that return LineChartCurveType Modifier and Type Method Description LineChartCurveTypeLineChartLine. getGraphType()static LineChartCurveTypeLineChartCurveType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LineChartCurveType[]LineChartCurveType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.ux.component.timegraph with parameters of type LineChartCurveType Modifier and Type Method Description voidTimeGraph. addLine(java.lang.String lineId, LineChartCurveType graphType, float dataDotRadius, org.teamapps.common.format.Color lineColor, org.teamapps.common.format.Color areaColor)voidLineChartLineListener. handleGraphTypeChanged(LineChartLine lineChartLine, LineChartCurveType graphType)LineChartLineLineChartLine. setGraphType(LineChartCurveType graphType)Constructors in org.teamapps.ux.component.timegraph with parameters of type LineChartCurveType Constructor Description LineChartLine(java.lang.String id, LineChartCurveType graphType, float dataDotRadius, org.teamapps.common.format.Color lineColor)LineChartLine(java.lang.String id, LineChartCurveType graphType, float dataDotRadius, org.teamapps.common.format.Color lineColor, org.teamapps.common.format.Color areaColor)LineChartLine(java.lang.String id, 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)
-