|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseRenderer | |
org.eclipse.birt.chart.computation | This is a placeholder file for the org.eclipse.birt.chart.computation package. |
org.eclipse.birt.chart.render | Contains classes that represent the core plot rendering framework. |
org.eclipse.birt.chart.util | Provides miscellaneous classes associated with data types and extension lookup services. |
Uses of BaseRenderer in org.eclipse.birt.chart.computation |
Methods in org.eclipse.birt.chart.computation that return BaseRenderer | |
BaseRenderer |
LegendItemRenderingHints.getRenderer()
|
Constructors in org.eclipse.birt.chart.computation with parameters of type BaseRenderer | |
LegendItemRenderingHints(BaseRenderer _br,
Bounds _boLegendGraphic)
|
Uses of BaseRenderer in org.eclipse.birt.chart.render |
Subclasses of BaseRenderer in org.eclipse.birt.chart.render | |
class |
AxesRenderer
Provides a base framework for custom series rendering extensions that are interested in being rendered in a pre-computed plot containing axes. |
class |
EmptyWithAxes
This class implements an empty renderer for ChartWithAxes type. |
class |
EmptyWithoutAxes
This class implements an empty renderer for ChartWithoutAxes type. |
Methods in org.eclipse.birt.chart.render that return BaseRenderer | |
BaseRenderer |
BaseRenderer.getRenderer(int iIndex)
Provides access to any other renderer in the group that participates in chart rendering |
static BaseRenderer[] |
BaseRenderer.instances(Chart cm,
RunTimeContext rtc,
java.lang.Object oComputations)
This method returns appropriate renders for the given chart model. |
BaseRenderer |
BaseRenderer.getRenderer(int iIndex)
Provides access to any other renderer in the group that participates in chart rendering |
static BaseRenderer[] |
BaseRenderer.instances(Chart cm,
RunTimeContext rtc,
java.lang.Object oComputations)
This method returns appropriate renders for the given chart model. |
Methods in org.eclipse.birt.chart.render with parameters of type BaseRenderer | |
void |
BaseRenderer.set(BaseRenderer[] _brna)
Setes all associated renderers used for current chart rendering. |
static java.util.List |
CurveRenderer.generateCurvePoints(BaseRenderer _render,
Location[] loPoints,
boolean connectMissingValue,
double fXOffset,
double fYOffset)
Generates the points of curve line. |
DeferredCache |
DeferredCacheManager.createDeferredCache(BaseRenderer br)
Create DeferredCache instance for current series. |
void |
BaseRenderer.set(BaseRenderer[] _brna)
Setes all associated renderers used for current chart rendering. |
Constructors in org.eclipse.birt.chart.render with parameters of type BaseRenderer | |
CurveRenderer(ChartWithAxes _cwa,
BaseRenderer _render,
LineAttributes _lia,
Location[] _lo,
boolean _bShowAsTape,
double _tapeWidth,
boolean _bDeferred,
boolean _bKeepState,
Fill paletteEntry,
boolean usePaletteLineColor,
boolean connectMissingValue)
The constructor. |
|
CurveRenderer(ChartWithAxes _cwa,
BaseRenderer _render,
LineAttributes _lia,
Location[] _lo,
double _zeroLocation,
boolean _bShowAsTape,
double _tapeWidth,
boolean _bFillArea,
boolean _bTranslucent,
boolean _bUseLastState,
boolean _bDeferred,
boolean _bKeepState,
Fill paletteEntry,
boolean usePaletteLineColor,
boolean connectMissingValue)
The constructor. |
Uses of BaseRenderer in org.eclipse.birt.chart.util |
Methods in org.eclipse.birt.chart.util that return BaseRenderer | |
BaseRenderer |
PluginSettings.getRenderer(java.lang.Class cSeries)
Retrieves the first instance of a series renderer registered as an extension for a given series type. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |