Uses of Enum Class
eu.webtoolkit.jwt.chart.AxisProperty
Packages that use AxisProperty
-
Uses of AxisProperty in eu.webtoolkit.jwt.chart
Methods in eu.webtoolkit.jwt.chart that return AxisPropertyModifier and TypeMethodDescriptionstatic AxisProperty
Returns the enum constant of this class with the specified name.static AxisProperty[]
AxisProperty.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 AxisPropertyModifier and TypeMethodDescriptionprotected final void
WCartesianChart.renderAxes
(WPainter painter, AxisProperty propertie, AxisProperty... properties) Renders one or more properties of the axes.protected final void
WCartesianChart.renderAxis
(WPainter painter, WAxis axis, AxisProperty propertie, AxisProperty... properties) Renders properties of one axis.Method parameters in eu.webtoolkit.jwt.chart with type arguments of type AxisPropertyModifier and TypeMethodDescriptionfinal void
WAxis.render
(WPainter painter, EnumSet<AxisProperty> properties, WPointF axisStart, WPointF axisEnd, double tickStart, double tickEnd, double labelPos, EnumSet<AlignmentFlag> labelFlags) final void
WAxis.render
(WPainter painter, EnumSet<AxisProperty> properties, WPointF axisStart, WPointF axisEnd, double tickStart, double tickEnd, double labelPos, EnumSet<AlignmentFlag> labelFlags, WTransform transform) 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) protected void
WCartesianChart.renderAxes
(WPainter painter, EnumSet<AxisProperty> properties) Renders one or more properties of the axes.protected void
WCartesianChart.renderAxis
(WPainter painter, WAxis axis, EnumSet<AxisProperty> properties) Renders properties of one axis.