|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.chart.render.BaseRenderer
org.eclipse.birt.chart.render.AxesRenderer
Provides a base framework for custom series rendering extensions that are interested in being rendered in a pre-computed plot containing axes. Series type extensions could subclass this class to participate in the axes rendering framework.
Field Summary |
Fields inherited from class org.eclipse.birt.chart.render.BaseRenderer |
SHADOW |
Constructor Summary | |
AxesRenderer()
The constructor. |
Method Summary | |
Engine3D |
get3DEngine()
Returns the 3D engine for this render. |
Axis |
getAxis()
|
boolean |
isDimension3D()
Returns if its a 3D rendering. |
boolean |
isLastRuntimeSeriesInAxis()
|
void |
render(java.util.Map htRenderers,
Bounds bo)
Overridden behavior for graphic element series that are plotted along axes |
void |
renderEachAxis(IPrimitiveRenderer ipr,
Plot pl,
OneAxis ax,
int iWhatToDraw)
|
void |
renderPlot(IPrimitiveRenderer ipr,
Plot p)
This method renders the bar graphic elements superimposed over the plot background and any previously rendered series' graphic elements. |
void |
set(Chart _cm,
java.lang.Object _o,
Series _se,
Axis _ax,
SeriesDefinition _sd)
|
Methods inherited from class org.eclipse.birt.chart.render.BaseRenderer |
getComputations, getDeferredCache, getDevice, getModel, getRenderer, getRunTimeContext, getSeries, getSeriesCount, getSeriesDefinition, getSeriesIndex, getSeriesRenderingHints, getX, getXServer, getY, instances, isInteractivityEnabled, processTrigger, renderLabel, renderLabel, renderLegend, renderTitle, set, set, set, set, set, set |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.birt.chart.render.ISeriesRenderer |
compute, renderLegendGraphic, renderSeries |
Constructor Detail |
public AxesRenderer()
Method Detail |
public final void render(java.util.Map htRenderers, Bounds bo) throws ChartException
render
in class BaseRenderer
bo
-
ChartException
public final void renderPlot(IPrimitiveRenderer ipr, Plot p) throws ChartException
renderPlot
in class BaseRenderer
ipr
- p
-
ChartException
public final void renderEachAxis(IPrimitiveRenderer ipr, Plot pl, OneAxis ax, int iWhatToDraw) throws ChartException
ipr
- pl
- ax
- iWhatToDraw
-
RenderingException
ChartException
public final void set(Chart _cm, java.lang.Object _o, Series _se, Axis _ax, SeriesDefinition _sd)
set
in class BaseRenderer
_cm
- _o
- _se
- _ax
- _sd
- public final boolean isDimension3D()
public final boolean isLastRuntimeSeriesInAxis()
public final Engine3D get3DEngine()
public final Axis getAxis()
getAxis
in class BaseRenderer
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |