Package org.eclipse.birt.chart.render
Class ActionRendererAdapter
java.lang.Object
org.eclipse.birt.chart.render.ActionRendererAdapter
- All Implemented Interfaces:
IActionRenderer
An adapter class for IActionRenderer
-
Field Summary
Fields inherited from interface org.eclipse.birt.chart.render.IActionRenderer
AXIS_LABEL, LEGEND_ITEM_DATA, LEGEND_ITEM_TEXT, LEGEND_ITEM_VALUE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
processAction
(Action action, StructureSource source) Process the action with given source object.void
processAction
(Action action, StructureSource source, RunTimeContext rtc) Process the action with given source object.
-
Constructor Details
-
ActionRendererAdapter
public ActionRendererAdapter()
-
-
Method Details
-
processAction
Description copied from interface:IActionRenderer
Process the action with given source object.- Specified by:
processAction
in interfaceIActionRenderer
- Parameters:
action
- Action Object.source
- Source Objectrtc
- chart runtime context
-
processAction
Description copied from interface:IActionRenderer
Process the action with given source object.- Specified by:
processAction
in interfaceIActionRenderer
- Parameters:
action
- Action Object.source
- Source Object
-