|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.chart.computation.withaxes.VerticalAxesAdjuster
public class VerticalAxesAdjuster
The class is used to adjust vertical axes's location and scale.
Constructor Summary | |
---|---|
VerticalAxesAdjuster(OneAxis[] verticalAxes,
OneAxis horizontalAxis,
PlotWithAxes plotWithAxes,
Bounds boPlot)
Constructor. |
Method Summary | |
---|---|
void |
adjust()
Adjust axis(axes) scale and location. |
double[] |
adjustOrthogonalAxis(int iv,
OneAxis orthogonalAxis,
double dX,
double dLeftEdge,
double dRightEdge)
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 VerticalAxesAdjuster(OneAxis[] verticalAxes, OneAxis horizontalAxis, PlotWithAxes plotWithAxes, Bounds boPlot)
verticalAxes
- horizontalAxis
- plotWithAxes
- boPlot
- Method Detail |
---|
public void adjust() throws ChartException
IAxisAdjuster
adjust
in interface IAxisAdjuster
ChartException
public double[] adjustOrthogonalAxis(int iv, OneAxis orthogonalAxis, double dX, double dLeftEdge, double dRightEdge) throws ChartException
orthogonalAxis
- dX
- dLeftEdge
- dRightEdge
-
ChartException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |