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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionRendererAdapter
public ActionRendererAdapter()
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 interface IActionRenderer
- 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 interface IActionRenderer
- Parameters:
action
- Action Object.source
- Source Object
Copyright © 2005-2008 Actuate Corp. All rights reserved.