Uses of Class
org.eclipse.birt.chart.computation.withaxes.OneAxis
Packages that use OneAxis
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation.withaxes package.
Contains classes that represent the core plot rendering framework.
-
Uses of OneAxis in org.eclipse.birt.chart.computation.withaxes
Fields in org.eclipse.birt.chart.computation.withaxes declared as OneAxisMethods in org.eclipse.birt.chart.computation.withaxes that return OneAxisModifier and TypeMethodDescriptionAllAxes.getAncillaryBase()
AllAxes.getOverlay
(int iAxisIndex) AllAxes.getPrimaryBase()
AllAxes.getPrimaryOrthogonal()
Methods in org.eclipse.birt.chart.computation.withaxes with parameters of type OneAxisModifier and TypeMethodDescriptionstatic AxisLabelTextProvider
PlotWith3DAxes.getAxisLabelBoundingRectXZ
(OneAxis oax) PlotWith3DAxes.getAxisLabelBoundingRectY
(OneAxis oax) static void
AutoScale.setNumberMinMaxToScale
(AutoScale sc, Object oMinimum, Object oMaximum, RunTimeContext rtc, OneAxis ax) Updates AutoScale by checking min or maxConstructors in org.eclipse.birt.chart.computation.withaxes with parameters of type OneAxisModifierConstructorDescriptionHorizontalAxesAdjuster
(OneAxis[] horizontalAxes, OneAxis verticalAxis, PlotWithAxes plotWithAxes, Bounds boPlot) Constructor.HorizontalAxisAdjuster
(OneAxis horizontalAxis, OneAxis verticalAxis, PlotWithAxes plotWithAxes, Bounds boPlot) ScaleInfo
(PlotComputation plotComp, int iType, RunTimeContext rtc, FormatSpecifier fs, OneAxis ax, int iScaleDirection, boolean bExpandMinMax) VerticalAxesAdjuster
(OneAxis[] verticalAxes, OneAxis horizontalAxis, PlotWithAxes plotWithAxes, Bounds boPlot) Constructor.VerticalAxisAdjuster
(OneAxis verticalAxis, OneAxis horizontalAxis, PlotWithAxes plotWithAxes, Bounds boPlot) Constructor. -
Uses of OneAxis in org.eclipse.birt.chart.render
Methods in org.eclipse.birt.chart.render with parameters of type OneAxisModifier and TypeMethodDescriptiondouble[]
IAxesDecorator.computeDecorationThickness
(IDisplayServer xs, OneAxis ax) Returns the thickness for use with decoration.void
IAxesDecorator.decorateAxes
(IPrimitiveRenderer ipr, ISeriesRenderingHints isrh, OneAxis ax) Perform decoration.AxesRenderer.getAxesDecorator
(OneAxis ax) Returns the decorator renderer associated with current series, default is none.BaseRenderer.getAxesDecorator
(OneAxis ax) Returns the decorator renderer associated with current series, default is none.final void
AxesRenderer.renderEachAxis
(IPrimitiveRenderer ipr, Plot pl, OneAxis ax, int iWhatToDraw) Renders the axis.