Uses of Class
com.iizix.prop.ui.chart.ChartTheme
Packages that use ChartTheme Package Description com.iizix.prop.ui.chart Uses of ChartTheme in com.iizix.prop.ui.chart
Methods in com.iizix.prop.ui.chart that return ChartTheme Modifier and Type Method Description ChartTheme[]ChartTheme. enumValues()Gets all the choices possible, including default.ChartThemeChartTheme. getDefault()Gets the default value.ChartThemeUIChart. getTheme()Gets the chart theme.static ChartThemeChartTheme. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ChartTheme[]ChartTheme. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iizix.prop.ui.chart with parameters of type ChartTheme Modifier and Type Method Description voidUIChart. setTheme(ChartTheme theme)Sets the chart theme.