Uses of Enum Class
eu.webtoolkit.jwt.chart.Axis
Packages that use Axis
-
Uses of Axis in eu.webtoolkit.jwt.chart
Fields in eu.webtoolkit.jwt.chart declared as AxisModifier and TypeFieldDescriptionWCartesian3DChart.IntersectionPlane.axisstatic AxisAxis.X3Dstatic AxisAxis.Z3DMethods in eu.webtoolkit.jwt.chart that return AxisModifier and TypeMethodDescriptionWDataSeries.getAxis()Returns the Y axis used for this series.WAxis.getId()Returns the axis id.static AxisReturns the enum constant of this class with the specified name.static Axis[]Axis.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 AxisModifier and TypeMethodDescriptionReturns the specified axis belonging to the chart.abstract WStringvoidWDataSeries.bindToAxis(Axis axis) Binds this series to a chart axis.WAbstractGridData.changeClippingMax(Axis axis) JSlotto change the value above which the data series will be clipped on the given axis.WAbstractGridData.changeClippingMin(Axis axis) JSlotto change the value below which the data series will be clipped on the given axis.Returns a chart axis.floatWAbstractGridData.getClippingMax(Axis axis) Gets the value above which the data series will be clipped on the given axis.floatWAbstractGridData.getClippingMin(Axis axis) Gets the value below which the data series will be clipped on the given axis.booleanWDataSeries.isLabelsEnabled(Axis axis) Returns whether labels are enabled for the given axis.protected final WPointFMap (x, y) value pair to chart coordinates coordinates.protected final WPointFMap (x, y) value pair to chart coordinates coordinates.protected WPointFWCartesianChart.map(double xValue, double yValue, Axis yAxis, int currentXSegment, int currentYSegment) Map (x, y) value pair to chart coordinates coordinates.WCartesianChart.mapFromDevice(WPointF point, Axis ordinateAxis) Maps from device coordinates to model coordinates.WCartesianChart.mapFromDeviceWithoutTransform(WPointF point, Axis ordinateAxis) Maps from device coordinates to model coordinates, ignoring the current zoom range.final WPointFWCartesianChart.mapToDevice(Object xValue, Object yValue, Axis axis) Maps model values onto chart coordinates.final WPointFWCartesianChart.mapToDevice(Object xValue, Object yValue, Axis axis, int xSegment) Maps model values onto chart coordinates.WCartesianChart.mapToDevice(Object xValue, Object yValue, Axis axis, int xSegment, int ySegment) Maps model values onto chart coordinates.final WPointFWCartesianChart.mapToDeviceWithoutTransform(Object xValue, Object yValue, Axis ordinateAxis) Maps model values onto chart coordinates, ignoring the current zoom range.final WPointFWCartesianChart.mapToDeviceWithoutTransform(Object xValue, Object yValue, Axis ordinateAxis, int xSegment) Maps model values onto chart coordinates, ignoring the current zoom range.WCartesianChart.mapToDeviceWithoutTransform(Object xValue, Object yValue, Axis ordinateAxis, int xSegment, int ySegment) Maps model values onto chart coordinates, ignoring the current zoom range.abstract doubleReturns the computed maximum value of this dataseries along the given axis.abstract doubledoubledoubledoubleabstract doubleReturns the computed minimum value of this dataseries along the given axis.abstract doubledoubledoubledoublevoidSets an axis.voidSets an axis.voidWAbstractGridData.setClippingMax(Axis axis, float v) Set the value above which the data series will be clipped on the given axis.voidWAbstractGridData.setClippingMin(Axis axis, float v) Set the value below which the data series will be clipped on the given axis.final voidWCartesian3DChart.setGridEnabled(Plane plane, Axis axis) Enable/disable gridlines.voidWCartesian3DChart.setGridEnabled(Plane plane, Axis axis, boolean enabled) Enable/disable gridlines.final voidWDataSeries.setLabelsEnabled(Axis axis) Enables a label that is shown at the series data points.voidWDataSeries.setLabelsEnabled(Axis axis, boolean enabled) Enables a label that is shown at the series data points.doubleWCartesian3DChart.toPlotCubeCoords(double value, Axis axis) Constructors in eu.webtoolkit.jwt.chart with parameters of type AxisModifierConstructorDescriptionIntersectionPlane(Axis axis, double position, WColor col) Constructor.WDataSeries(int modelColumn, SeriesType type, Axis axis) Constructs a new data series.