Uses of Enum Class
eu.webtoolkit.jwt.chart.InteractiveAction
Packages that use InteractiveAction
-
Uses of InteractiveAction in eu.webtoolkit.jwt.chart
Methods in eu.webtoolkit.jwt.chart that return InteractiveActionModifier and TypeMethodDescriptionstatic InteractiveActionReturns the enum constant of this class with the specified name.static InteractiveAction[]InteractiveAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.webtoolkit.jwt.chart that return types with arguments of type InteractiveActionModifier and TypeMethodDescriptionWCartesianChart.getWheelActions()Returns the current mouse wheel actions for interactive charts.Method parameters in eu.webtoolkit.jwt.chart with type arguments of type InteractiveActionModifier and TypeMethodDescriptionvoidWCartesianChart.setWheelActions(Map<EnumSet<KeyboardModifier>, InteractiveAction> wheelActions) Sets the mapping of mouse wheel actions for interactive charts.