Uses of Enum Class
eu.webtoolkit.jwt.chart.AxisValue
Packages that use AxisValue
-
Uses of AxisValue in eu.webtoolkit.jwt.chart
Fields in eu.webtoolkit.jwt.chart declared as AxisValueModifier and TypeFieldDescriptionAxisConfig.side
The side the axis is drawn on, should be Minimum, Maximum, or Zero.Methods in eu.webtoolkit.jwt.chart that return AxisValueModifier and TypeMethodDescriptionWAxis.getLocation()
Returns the axis location.static AxisValue
Returns the enum constant of this class with the specified name.static AxisValue[]
AxisValue.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 AxisValueModifier and TypeMethodDescriptionWAxis.getAutoLimits()
Returns the limits that are calculated automatically.WAxis.getRoundLimits()
Returns whether limits should be rounded.Methods in eu.webtoolkit.jwt.chart with parameters of type AxisValueModifier and TypeMethodDescriptionWAxis.getLabelTransform
(AxisValue side) Get the label transform configured for the given side.void
WAxis.render
(WPainter painter, EnumSet<AxisProperty> properties, WPointF axisStart, WPointF axisEnd, double tickStart, double tickEnd, double labelPos, EnumSet<AlignmentFlag> labelFlags, WTransform transform, AxisValue side) void
WAxis.render
(WPainter painter, EnumSet<AxisProperty> properties, WPointF axisStart, WPointF axisEnd, double tickStart, double tickEnd, double labelPos, EnumSet<AlignmentFlag> labelFlags, WTransform transform, AxisValue side, List<WPen> pens, List<WPen> textPens) final void
WAxis.setAutoLimits
(AxisValue location, AxisValue... locations) Let the minimum and/or maximum be calculated from the data.void
WAxis.setLabelTransform
(WAxis.LabelTransform transform, AxisValue side) Set the transform function to apply to a given side.void
WAxis.setLocation
(AxisValue location) Sets the axis location.final void
WAxis.setRoundLimits
(AxisValue location, AxisValue... locations) Specifies whether limits should be rounded.Method parameters in eu.webtoolkit.jwt.chart with type arguments of type AxisValueModifier and TypeMethodDescriptionvoid
WAxis.setAutoLimits
(EnumSet<AxisValue> locations) Let the minimum and/or maximum be calculated from the data.void
WAxis.setRoundLimits
(EnumSet<AxisValue> locations) Specifies whether limits should be rounded.