Uses of Class
org.teamapps.dto.UiLineChartCurveType
-
Uses of UiLineChartCurveType in org.teamapps.dto
Fields in org.teamapps.dto declared as UiLineChartCurveType Modifier and Type Field Description protected UiLineChartCurveTypeUiLineChartBand. graphTypeprotected UiLineChartCurveTypeUiLineChartLine. graphTypeMethods in org.teamapps.dto that return UiLineChartCurveType Modifier and Type Method Description UiLineChartCurveTypeUiLineChartBand. getGraphType()UiLineChartCurveTypeUiLineChartLine. getGraphType()static UiLineChartCurveTypeUiLineChartCurveType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiLineChartCurveType[]UiLineChartCurveType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.dto with parameters of type UiLineChartCurveType Modifier and Type Method Description UiLineChartBandUiLineChartBand. setGraphType(UiLineChartCurveType graphType)UiLineChartLineUiLineChartLine. setGraphType(UiLineChartCurveType graphType)