public class VerticalAxesAdjuster extends java.lang.Object implements IAxisAdjuster
Constructor and Description |
---|
VerticalAxesAdjuster(OneAxis[] verticalAxes,
OneAxis horizontalAxis,
PlotWithAxes plotWithAxes,
Bounds boPlot)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
adjust()
Adjust axis(axes) scale and location.
|
void |
adjust(boolean checkAxisLabel)
Adjusts the axes.
|
public VerticalAxesAdjuster(OneAxis[] verticalAxes, OneAxis horizontalAxis, PlotWithAxes plotWithAxes, Bounds boPlot)
verticalAxes
- horizontalAxis
- plotWithAxes
- boPlot
- public void adjust() throws ChartException
IAxisAdjuster
adjust
in interface IAxisAdjuster
ChartException
public void adjust(boolean checkAxisLabel) throws ChartException
checkAxisLabel
- whether the axis label should be considered as a factor while
computing coordinates and size of axis.ChartException
Copyright © 2005-2008 Actuate Corp. All rights reserved.