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 UiScaleTypeUiGraphGroup. yScaleTypeprotected UiScaleTypeUiHoseGraph. yScaleTypeprotected UiScaleTypeUiIncidentGraph. yScaleTypeprotected UiScaleTypeUiLineGraph. yScaleTypeprotected UiScaleTypeUiTimeGraph. yScaleTypeMethods in org.teamapps.dto that return UiScaleType Modifier and Type Method Description UiScaleTypeUiGraph. getYScaleType()UiScaleTypeUiGraphGroup. getYScaleType()UiScaleTypeUiHoseGraph. getYScaleType()UiScaleTypeUiIncidentGraph. getYScaleType()UiScaleTypeUiLineGraph. 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 UiGraphUiGraph. setYScaleType(UiScaleType yScaleType)UiGraphGroupUiGraphGroup. setYScaleType(UiScaleType yScaleType)UiHoseGraphUiHoseGraph. setYScaleType(UiScaleType yScaleType)UiIncidentGraphUiIncidentGraph. setYScaleType(UiScaleType yScaleType)UiLineGraphUiLineGraph. setYScaleType(UiScaleType yScaleType)UiTimeGraphUiTimeGraph. setYScaleType(UiScaleType yScaleType)
-