|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OneAxis | |
org.eclipse.birt.chart.computation.withaxes | This is a placeholder file for the org.eclipse.birt.chart.computation.withaxes package. |
org.eclipse.birt.chart.render | Contains classes that represent the core plot rendering framework. |
Uses of OneAxis in org.eclipse.birt.chart.computation.withaxes |
Methods in org.eclipse.birt.chart.computation.withaxes that return OneAxis | |
OneAxis |
AllAxes.getOverlay(int iAxisIndex)
|
OneAxis |
AllAxes.getPrimaryBase()
|
OneAxis |
AllAxes.getPrimaryOrthogonal()
|
OneAxis |
AllAxes.getAncillaryBase()
|
Methods in org.eclipse.birt.chart.computation.withaxes with parameters of type OneAxis | |
static void |
AutoScale.setNumberMinMaxToScale(AutoScale sc,
java.lang.Object oMinimum,
java.lang.Object oMaximum,
RunTimeContext rtc,
OneAxis ax)
Updates AutoScale by checking min or max |
Uses of OneAxis in org.eclipse.birt.chart.render |
Methods in org.eclipse.birt.chart.render with parameters of type OneAxis | |
IAxesDecorator |
AxesRenderer.getAxesDecorator(OneAxis ax)
Returns the decorator renderer associated with current series, default is none. |
void |
AxesRenderer.renderEachAxis(IPrimitiveRenderer ipr,
Plot pl,
OneAxis ax,
int iWhatToDraw)
Renders the axis. |
double[] |
IAxesDecorator.computeDecorationThickness(IDisplayServer xs,
OneAxis ax)
Returns the thickness for use with decoration. |
void |
IAxesDecorator.decorateAxes(IPrimitiveRenderer ipr,
ISeriesRenderingHints isrh,
OneAxis ax)
Perform decoration. |
IAxesDecorator |
AxesRenderer.getAxesDecorator(OneAxis ax)
Returns the decorator renderer associated with current series, default is none. |
void |
AxesRenderer.renderEachAxis(IPrimitiveRenderer ipr,
Plot pl,
OneAxis ax,
int iWhatToDraw)
Renders the axis. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |