Class VerticalAxisAdjuster
java.lang.Object
org.eclipse.birt.chart.computation.withaxes.VerticalAxisAdjuster
- All Implemented Interfaces:
IAxisAdjuster
The class is used to adjust the location and scale of one vertical axis.
- Since:
- 2.5
-
Constructor Summary
ConstructorsConstructorDescriptionVerticalAxisAdjuster
(OneAxis verticalAxis, OneAxis horizontalAxis, PlotWithAxes plotWithAxes, Bounds boPlot) Constructor. -
Method Summary
-
Constructor Details
-
VerticalAxisAdjuster
public VerticalAxisAdjuster(OneAxis verticalAxis, OneAxis horizontalAxis, PlotWithAxes plotWithAxes, Bounds boPlot) Constructor.- Parameters:
verticalAxis
-horizontalAxis
-plotWithAxes
-boPlot
-
-
-
Method Details
-
adjust
Description copied from interface:IAxisAdjuster
Adjust axis(axes) scale and location.- Specified by:
adjust
in interfaceIAxisAdjuster
- Throws:
ChartException
-