|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeferredCache | |
org.eclipse.birt.chart.event | Contains classes that define a rendering notification that is interpreted by a device renderer. |
org.eclipse.birt.chart.render | Contains classes that represent the core plot rendering framework. |
Uses of DeferredCache in org.eclipse.birt.chart.event |
Constructors in org.eclipse.birt.chart.event with parameters of type DeferredCache | |
WrappedInstruction(DeferredCache dc,
java.util.ArrayList alEvents,
int iInstruction)
The constructor. |
|
WrappedInstruction(DeferredCache dc,
PrimitiveRenderEvent pre,
int iInstruction)
The constructor. |
|
MarkerInstruction(DeferredCache dc,
PrimitiveRenderEvent pre,
int iInstruction,
double iMarkerSize)
|
Uses of DeferredCache in org.eclipse.birt.chart.render |
Methods in org.eclipse.birt.chart.render that return DeferredCache | |
DeferredCache |
BaseRenderer.getDeferredCache()
|
DeferredCache |
DeferredCacheManager.createDeferredCache(BaseRenderer br)
Create DeferredCache instance for current series. |
DeferredCache |
DeferredCacheManager.getFirstDeferredCache()
Returns first DeferredCache instance. |
DeferredCache |
DeferredCacheManager.getLastDeferredCache()
Returns last DeferredCache instance. |
DeferredCache |
BaseRenderer.getDeferredCache()
|
Methods in org.eclipse.birt.chart.render with parameters of type DeferredCache | |
void |
BaseRenderer.set(DeferredCache _dc)
Sets the deferred cache used by current renderer. |
void |
BaseRenderer.renderLabel(java.lang.Object oSource,
int iTextRenderType,
Label laDataPoint,
Position lp,
Location lo,
Bounds bo,
DeferredCache _dc)
Renderer label with specified DeferredCache . |
void |
BaseRenderer.set(DeferredCache _dc)
Sets the deferred cache used by current renderer. |
void |
BaseRenderer.renderLabel(java.lang.Object oSource,
int iTextRenderType,
Label laDataPoint,
Position lp,
Location lo,
Bounds bo,
DeferredCache _dc)
Renderer label with specified DeferredCache . |
Constructors in org.eclipse.birt.chart.render with parameters of type DeferredCache | |
MarkerRenderer(IDeviceRenderer _render,
java.lang.Object _oSource,
Location _lo,
LineAttributes _la,
Fill _paletteEntry,
Marker _m,
java.lang.Integer _markerSize,
DeferredCache _dc,
boolean _bDeferred,
boolean _bTransposed)
The constructor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |