|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.birt.chart.computation.withaxes.HorizontalAxesAdjuster
public class HorizontalAxesAdjuster
The class is used to adjust horizontal axes's location and scale.
| Constructor Summary | |
|---|---|
HorizontalAxesAdjuster(OneAxis[] horizontalAxes,
OneAxis verticalAxis,
PlotWithAxes plotWithAxes,
Bounds boPlot)
Constructor. |
|
| Method Summary | |
|---|---|
void |
adjust()
Adjust axis(axes) scale and location. |
void |
adjust(boolean checkAxisLabel)
Adjust the axes. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HorizontalAxesAdjuster(OneAxis[] horizontalAxes,
OneAxis verticalAxis,
PlotWithAxes plotWithAxes,
Bounds boPlot)
horizontalAxes - verticalAxis - plotWithAxes - boPlot - | Method Detail |
|---|
public void adjust()
throws ChartException
IAxisAdjuster
adjust in interface IAxisAdjusterChartException
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||