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
IAxisAdjusteradjust in interface IAxisAdjusterChartExceptionpublic void adjust(boolean checkAxisLabel)
throws ChartException
checkAxisLabel - whether the axis label should be considered as a factor while
computing coordinates and size of axis.ChartExceptionCopyright © 2005-2008 Actuate Corp. All rights reserved.