Uses of Class
org.teamapps.ux.component.timegraph.ScaleType
-
Packages that use ScaleType Package Description org.teamapps.ux.component.timegraph -
-
Uses of ScaleType in org.teamapps.ux.component.timegraph
Methods in org.teamapps.ux.component.timegraph that return ScaleType Modifier and Type Method Description ScaleTypeLineChartLine. getyScaleType()static ScaleTypeScaleType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ScaleType[]ScaleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.ux.component.timegraph with parameters of type ScaleType Modifier and Type Method Description voidLineChartLineListener. handleYScaleTypeChanged(LineChartLine lineChartLine, ScaleType yScaleType)LineChartLineLineChartLine. setYScaleType(ScaleType yScaleType)
-