Uses of Class
de.xima.fc.gui.bean.statistics.model.EChartStyle
-
Packages that use EChartStyle Package Description de.xima.fc.gui.bean.statistics de.xima.fc.gui.bean.statistics.model -
-
Uses of EChartStyle in de.xima.fc.gui.bean.statistics
Methods in de.xima.fc.gui.bean.statistics that return EChartStyle Modifier and Type Method Description EChartStyle
StatisticsHistoryBean. getChartStyle()
Methods in de.xima.fc.gui.bean.statistics that return types with arguments of type EChartStyle Modifier and Type Method Description List<EChartStyle>
StatisticsHistoryBean. getChartStyles()
Method to get all available chart styles.Methods in de.xima.fc.gui.bean.statistics with parameters of type EChartStyle Modifier and Type Method Description void
StatisticsHistoryBean. changeChartStyle(EChartStyle chartStyle)
Method to change the chart style.void
StatisticsHistoryBean. setChartStyle(EChartStyle chartStyle)
-
Uses of EChartStyle in de.xima.fc.gui.bean.statistics.model
Methods in de.xima.fc.gui.bean.statistics.model that return EChartStyle Modifier and Type Method Description static EChartStyle
EChartStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static EChartStyle[]
EChartStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-