Uses of Enum Class
org.teamapps.dto.UiLineChartCurveType
-
Uses of UiLineChartCurveType in org.teamapps.dto
Fields in org.teamapps.dto declared as UiLineChartCurveTypeModifier and TypeFieldDescriptionprotected UiLineChartCurveTypeUiHoseGraph.graphTypeprotected UiLineChartCurveTypeUiLineGraph.graphTypeMethods in org.teamapps.dto that return UiLineChartCurveTypeModifier and TypeMethodDescriptionUiHoseGraph.getGraphType()UiLineGraph.getGraphType()static UiLineChartCurveTypeReturns the enum constant of this class with the specified name.static UiLineChartCurveType[]UiLineChartCurveType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.teamapps.dto with parameters of type UiLineChartCurveTypeModifier and TypeMethodDescriptionUiHoseGraph.setGraphType(UiLineChartCurveType graphType) UiLineGraph.setGraphType(UiLineChartCurveType graphType)