Package org.eclipse.birt.chart.render
Class ActionRendererAdapter
- java.lang.Object
-
- org.eclipse.birt.chart.render.ActionRendererAdapter
-
- All Implemented Interfaces:
IActionRenderer
public class ActionRendererAdapter extends java.lang.Object implements 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 Constructor Description ActionRendererAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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.
-
-
-
Method Detail
-
processAction
public void processAction(Action action, StructureSource source, RunTimeContext rtc)
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
public void processAction(Action action, StructureSource source)
Description copied from interface:IActionRenderer
Process the action with given source object.- Specified by:
processAction
in interfaceIActionRenderer
- Parameters:
action
- Action Object.source
- Source Object
-
-