Uses of Enum Class
org.teamapps.dto.UiScaleType
-
Uses of UiScaleType in org.teamapps.dto
Subclasses with type arguments of type UiScaleType in org.teamapps.dtoFields in org.teamapps.dto declared as UiScaleTypeModifier and TypeFieldDescriptionprotected UiScaleTypeUiGraphGroup.yScaleTypeprotected UiScaleTypeUiHoseGraph.yScaleTypeprotected UiScaleTypeUiIncidentGraph.yScaleTypeprotected UiScaleTypeUiLineGraph.yScaleTypeprotected UiScaleTypeUiTimeGraph.yScaleTypeMethods in org.teamapps.dto that return UiScaleTypeModifier and TypeMethodDescriptionUiGraph.getYScaleType()UiGraphGroup.getYScaleType()UiHoseGraph.getYScaleType()UiIncidentGraph.getYScaleType()UiLineGraph.getYScaleType()UiTimeGraph.getYScaleType()static UiScaleTypeReturns the enum constant of this class with the specified name.static UiScaleType[]UiScaleType.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 UiScaleTypeModifier and TypeMethodDescriptionUiGraph.setYScaleType(UiScaleType yScaleType) UiGraphGroup.setYScaleType(UiScaleType yScaleType) UiHoseGraph.setYScaleType(UiScaleType yScaleType) UiIncidentGraph.setYScaleType(UiScaleType yScaleType) UiLineGraph.setYScaleType(UiScaleType yScaleType) UiTimeGraph.setYScaleType(UiScaleType yScaleType)