Uses of Enum
de.xima.fc.gui.bean.statistics.model.EChartStyle
Packages that use EChartStyle
-
Uses of EChartStyle in de.xima.fc.gui.bean.statistics
Methods in de.xima.fc.gui.bean.statistics that return EChartStyleMethods in de.xima.fc.gui.bean.statistics that return types with arguments of type EChartStyleModifier and TypeMethodDescriptionStatisticsHistoryBean.getChartStyles()Method to get all available chart styles.Methods in de.xima.fc.gui.bean.statistics with parameters of type EChartStyleModifier and TypeMethodDescriptionvoidStatisticsHistoryBean.changeChartStyle(EChartStyle chartStyle) Method to change the chart style.voidStatisticsHistoryBean.setChartStyle(EChartStyle chartStyle) -
Uses of EChartStyle in de.xima.fc.gui.bean.statistics.model
Subclasses with type arguments of type EChartStyle in de.xima.fc.gui.bean.statistics.modelMethods in de.xima.fc.gui.bean.statistics.model that return EChartStyleModifier and TypeMethodDescriptionstatic EChartStyleReturns 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.