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.ChartTheme
ChartTheme. getDefault()
Gets the default value.ChartTheme
UIChart. getTheme()
Gets the chart theme.static ChartTheme
ChartTheme. 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 void
UIChart. setTheme(ChartTheme theme)
Sets the chart theme.