|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.chart.computation.withaxes.VerticalAxisAdjuster
public class VerticalAxisAdjuster
The class is used to adjust the location and scale of one vertical axis.
Constructor Summary | |
---|---|
VerticalAxisAdjuster(OneAxis verticalAxis,
OneAxis horizontalAxis,
PlotWithAxes plotWithAxes,
Bounds boPlot)
Constructor. |
Method Summary | |
---|---|
void |
adjust()
Adjust axis(axes) scale and location. |
double |
getAxisLabelThickness()
Returns the axis label thickness. |
double |
getAxisLeftEdge()
Returns the axis left edge. |
double |
getAxisRightEdge()
Returns the axis right edge. |
double |
getAxisTitleThickness()
Returns the axis title thickness. |
double |
getAxisX()
Returns the x of axis. |
OneAxis |
getVerticalAxis()
Returns vertical axis. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VerticalAxisAdjuster(OneAxis verticalAxis, OneAxis horizontalAxis, PlotWithAxes plotWithAxes, Bounds boPlot)
verticalAxis
- horizontalAxis
- plotWithAxes
- boPlot
- Method Detail |
---|
public OneAxis getVerticalAxis()
public double getAxisX()
public double getAxisLeftEdge()
public double getAxisRightEdge()
public double getAxisLabelThickness()
public double getAxisTitleThickness()
public void adjust() throws ChartException
IAxisAdjuster
adjust
in interface IAxisAdjuster
ChartException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |