Class VerticalAxesAdjuster
java.lang.Object
org.eclipse.birt.chart.computation.withaxes.VerticalAxesAdjuster
- All Implemented Interfaces:
IAxisAdjuster
The class is used to adjust vertical axes's location and scale.
- Since:
- 2.5
-
Constructor Summary
ConstructorsConstructorDescriptionVerticalAxesAdjuster
(OneAxis[] verticalAxes, OneAxis horizontalAxis, PlotWithAxes plotWithAxes, Bounds boPlot) Constructor. -
Method Summary
-
Constructor Details
-
VerticalAxesAdjuster
public VerticalAxesAdjuster(OneAxis[] verticalAxes, OneAxis horizontalAxis, PlotWithAxes plotWithAxes, Bounds boPlot) Constructor.- Parameters:
verticalAxes
-horizontalAxis
-plotWithAxes
-boPlot
-
-
-
Method Details
-
adjust
Description copied from interface:IAxisAdjuster
Adjust axis(axes) scale and location.- Specified by:
adjust
in interfaceIAxisAdjuster
- Throws:
ChartException
-
adjust
Adjusts the axes.- Parameters:
checkAxisLabel
- whether the axis label should be considered as a factor while computing coordinates and size of axis.- Throws:
ChartException
-