|
||||||||||
| 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. |
double[] |
adjustOrthogonalAxis(int iv,
OneAxis orthogonalAxis,
double dY,
double dBottom,
double dTop)
Adjusts start and end of orthogonal axis, and returns axis coordinates. |
| 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 double[] adjustOrthogonalAxis(int iv,
OneAxis orthogonalAxis,
double dY,
double dBottom,
double dTop)
throws ChartException
iv - orthogonalAxis - dY - dBottom - dTop -
ChartException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||