public class HorizontalAxesAdjuster extends java.lang.Object implements IAxisAdjuster
| Constructor and Description |
|---|
HorizontalAxesAdjuster(OneAxis[] horizontalAxes,
OneAxis verticalAxis,
PlotWithAxes plotWithAxes,
Bounds boPlot)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
adjust()
Adjust axis(axes) scale and location.
|
void |
adjust(boolean checkAxisLabel)
Adjust the axes.
|
public HorizontalAxesAdjuster(OneAxis[] horizontalAxes, OneAxis verticalAxis, PlotWithAxes plotWithAxes, Bounds boPlot)
horizontalAxes - verticalAxis - 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.