public abstract class AxesRenderer extends BaseRenderer
| 构造器和说明 |
|---|
AxesRenderer()
The constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
IAxesDecorator |
getAxesDecorator(OneAxis ax)
Returns the decorator renderer associated with current series, default is
none.
|
Axis |
getAxis()
Gets current model Axis
|
Object3D |
getFloor() |
java.lang.Object |
getFloorEvent() |
Object3D |
getLeftWall() |
java.lang.Object |
getLeftWallEvent() |
Object3D |
getRightWall() |
java.lang.Object |
getRightWallEvent() |
boolean |
isDimension3D()
Returns if its a 3D rendering.
|
boolean |
isLastRuntimeSeriesInAxis() |
boolean |
isLastRuntimeSeriesInGroup()
To judge whether current series is the last runtime series in a series
definition or not .
|
boolean |
isTransposed()
Returns if current chart is transposed.
|
void |
render(java.util.Map<Series,LegendItemRenderingHints> htRenderers,
Bounds bo)
Overridden behavior for graphic element series that are plotted along
axes
|
void |
renderEachAxis(IPrimitiveRenderer ipr,
Plot pl,
OneAxis ax,
int iWhatToDraw)
Renders the axis.
|
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,
PlotComputation _o,
Series _se,
Axis _ax,
SeriesDefinition _sd) |
getComputations, getDeferredCache, getDeferredCacheManager, getDevice, getDeviceScale, getFilteredMinSliceEntry, getModel, getRenderer, getRunTimeContext, getSeries, getSeriesCount, getSeriesDefinition, getSeriesIndex, getSeriesRenderingHints, getX, getXServer, getY, instances, isInteractivityEnabled, isRightToLeft, processTrigger, renderLabel, renderLabel, renderLabel, renderLegend, renderTitle, set, set, set, set, set, set, set, setDeferredCacheManager, switchAnchor, switchPosition, switchTextAlignment, updateTranslucencycompute, renderLegendGraphic, renderSeriespublic Object3D getLeftWall()
public java.lang.Object getLeftWallEvent()
public Object3D getRightWall()
public java.lang.Object getRightWallEvent()
public Object3D getFloor()
public java.lang.Object getFloorEvent()
public final void render(java.util.Map<Series,LegendItemRenderingHints> htRenderers, Bounds bo) throws ChartException
render 在类中 BaseRendererbo - ChartExceptionpublic void renderPlot(IPrimitiveRenderer ipr, Plot p) throws ChartException
renderPlot 在类中 BaseRendereripr - The Primitive Renderer of a Device Rendererp - The Plot to renderChartExceptionpublic IAxesDecorator getAxesDecorator(OneAxis ax)
getAxesDecorator 在类中 BaseRendererpublic final void renderEachAxis(IPrimitiveRenderer ipr, Plot pl, OneAxis ax, int iWhatToDraw) throws ChartException
ipr - pl - ax - iWhatToDraw - ChartExceptionpublic void set(Chart _cm, PlotComputation _o, Series _se, Axis _ax, SeriesDefinition _sd)
public final boolean isDimension3D()
public boolean isTransposed()
isTransposed 在类中 BaseRendererpublic final boolean isLastRuntimeSeriesInAxis()
public final boolean isLastRuntimeSeriesInGroup()
public final Axis getAxis()
Copyright © 2005-2008 Actuate Corp. All rights reserved.