Uses of Class
org.teamapps.dto.UiScaleType
-
Uses of UiScaleType in org.teamapps.dto
Fields in org.teamapps.dto declared as UiScaleType Modifier and Type Field Description protected UiScaleTypeAbstractUiLineChartDataDisplay. yScaleTypeprotected UiScaleTypeUiTimeGraph. yScaleTypeMethods in org.teamapps.dto that return UiScaleType Modifier and Type Method Description UiScaleTypeAbstractUiLineChartDataDisplay. getYScaleType()UiScaleTypeUiTimeGraph. getYScaleType()static UiScaleTypeUiScaleType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiScaleType[]UiScaleType. 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 UiScaleType Modifier and Type Method Description AbstractUiLineChartDataDisplayAbstractUiLineChartDataDisplay. setYScaleType(UiScaleType yScaleType)UiLineChartBandUiLineChartBand. setYScaleType(UiScaleType yScaleType)UiLineChartDataDisplayGroupUiLineChartDataDisplayGroup. setYScaleType(UiScaleType yScaleType)UiLineChartLineUiLineChartLine. setYScaleType(UiScaleType yScaleType)UiTimeGraphUiTimeGraph. setYScaleType(UiScaleType yScaleType)