Uses of Enum Class
com.arbergashi.charts.render.RendererCategory
Packages that use RendererCategory
-
Uses of RendererCategory in com.arbergashi.charts.render
Subclasses with type arguments of type RendererCategory in com.arbergashi.charts.renderModifier and TypeClassDescriptionenumCategories for renderers used by the RendererRegistry and UI.Methods in com.arbergashi.charts.render that return RendererCategoryModifier and TypeMethodDescriptionRendererDescriptor.getCategory()static RendererCategoryReturns the enum constant of this class with the specified name.static RendererCategory[]RendererCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.arbergashi.charts.render with parameters of type RendererCategoryModifierConstructorDescriptionRendererDescriptor(String key, RendererCategory category, Supplier<? extends ChartRenderer> supplier, String iconKey, String i18nKey)