Uses of Class
eu.webtoolkit.jwt.chart.WAxis
Packages that use WAxis
-
Uses of WAxis in eu.webtoolkit.jwt.chart
Methods in eu.webtoolkit.jwt.chart that return WAxisModifier and TypeMethodDescriptionReturns the specified axis belonging to the chart.Returns a chart axis.WCartesianChart.getXAxis(int i) Retrieves the X axis at index i.WCartesianChart.getYAxis(int i) Retrieves the Y axis at index i.WCartesianChart.removeXAxis(int xAxisId) Removes the X axis with the given id.WCartesianChart.removeYAxis(int yAxisId) Removes the Y axis with the given id.Methods in eu.webtoolkit.jwt.chart that return types with arguments of type WAxisModifier and TypeMethodDescriptionWCartesianChart.getXAxes()Returns a vector of all X axes associated with this chart.WCartesianChart.getYAxes()Returns a vector of all Y axes associated with this chart.Methods in eu.webtoolkit.jwt.chart with parameters of type WAxisModifier and TypeMethodDescriptionintAdds a X axis to this chart.intAdds a Y axis to this chart.protected WRectFWCartesianChart.chartSegmentArea(WAxis yAxis, int xSegment, int ySegment) Returns the segment area for a combination of X and Y segments.protected WRectFWCartesianChart.chartSegmentArea(WAxis xAxis, WAxis yAxis, int xSegment, int ySegment) Returns the segment area for a combination of X and Y segments.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, WAxis xAxis, WAxis yAxis, int currentXSegment, int currentYSegment) Map (x, y) value pair to chart coordinates coordinates.WCartesianChart.mapFromDevice(WPointF point, WAxis xAxis, WAxis yAxis) Maps from device coordinates to model coordinates.WCartesianChart.mapFromDeviceWithoutTransform(WPointF point, WAxis xAxis, WAxis yAxis) Maps from device coordinates to model coordinates, ignoring the current zoom range.final WPointFWCartesianChart.mapToDevice(Object xValue, Object yValue, WAxis xAxis, WAxis yAxis) Maps model values onto chart coordinates.final WPointFWCartesianChart.mapToDevice(Object xValue, Object yValue, WAxis xAxis, WAxis yAxis, int xSegment) Maps model values onto chart coordinates.WCartesianChart.mapToDevice(Object xValue, Object yValue, WAxis xAxis, WAxis yAxis, int xSegment, int ySegment) Maps model values onto chart coordinates.final WPointFWCartesianChart.mapToDeviceWithoutTransform(Object xValue, Object yValue, WAxis xAxis, WAxis yAxis) Maps model values onto chart coordinates, ignoring the current zoom range.final WPointFWCartesianChart.mapToDeviceWithoutTransform(Object xValue, Object yValue, WAxis xAxis, WAxis yAxis, int xSegment) Maps model values onto chart coordinates, ignoring the current zoom range.WCartesianChart.mapToDeviceWithoutTransform(Object xValue, Object yValue, WAxis xAxis, WAxis yAxis, int xSegment, int ySegment) Maps model values onto chart coordinates, ignoring the current zoom range.protected final voidWCartesianChart.renderAxis(WPainter painter, WAxis axis, AxisProperty propertie, AxisProperty... properties) Renders properties of one axis.protected voidWCartesianChart.renderAxis(WPainter painter, WAxis axis, EnumSet<AxisProperty> properties) Renders properties of one axis.protected voidWCartesianChart.renderGrid(WPainter painter, WAxis ax) Renders grid lines along the ticks of the given axis.voidSets an axis.voidSets an axis.protected WTransformWCartesianChart.zoomRangeTransform(WAxis xAxis, WAxis yAxis) Returns the current zoom range transform.