Uses of Class
com.trivago.cluecumber.engine.constants.ChartConfiguration.Type
-
Packages that use ChartConfiguration.Type Package Description com.trivago.cluecumber.engine.constants com.trivago.cluecumber.engine.rendering.pages.charts.pojos -
-
Uses of ChartConfiguration.Type in com.trivago.cluecumber.engine.constants
Methods in com.trivago.cluecumber.engine.constants that return ChartConfiguration.Type Modifier and Type Method Description static ChartConfiguration.TypeChartConfiguration.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ChartConfiguration.Type[]ChartConfiguration.Type. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ChartConfiguration.Type in com.trivago.cluecumber.engine.rendering.pages.charts.pojos
Methods in com.trivago.cluecumber.engine.rendering.pages.charts.pojos that return ChartConfiguration.Type Modifier and Type Method Description ChartConfiguration.TypeChart. getType()Get the chart type.Methods in com.trivago.cluecumber.engine.rendering.pages.charts.pojos with parameters of type ChartConfiguration.Type Modifier and Type Method Description voidChart. setType(ChartConfiguration.Type type)Set the chart type.
-