Uses of Enum Class
eu.webtoolkit.jwt.chart.TickDirection
Packages that use TickDirection
-
Uses of TickDirection in eu.webtoolkit.jwt.chart
Methods in eu.webtoolkit.jwt.chart that return TickDirectionModifier and TypeMethodDescriptionWAxis.getTickDirection()
Gets the direction that the axis ticks point to.static TickDirection
Returns the enum constant of this class with the specified name.static TickDirection[]
TickDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.webtoolkit.jwt.chart with parameters of type TickDirectionModifier and TypeMethodDescriptionvoid
WAxis.setTickDirection
(TickDirection direction) Sets the direction that the axis ticks should point to.