Package org.eclipse.birt.chart.render
Interface IActionRenderer
- All Known Implementing Classes:
ActionRendererAdapter
public interface IActionRenderer
This interface defines the methods to process the trigger actions during
rendering.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
processAction
(Action action, StructureSource source) Deprecated.void
processAction
(Action action, StructureSource source, RunTimeContext rtc) Process the action with given source object.
-
Field Details
-
LEGEND_ITEM_DATA
- See Also:
-
LEGEND_ITEM_TEXT
Expression evaluated in Legend trigger action.- See Also:
-
LEGEND_ITEM_VALUE
- See Also:
-
AXIS_LABEL
- See Also:
-
-
Method Details
-
processAction
Process the action with given source object.- Parameters:
action
- Action Object.source
- Source Objectrtc
- chart runtime context
-
processAction
Deprecated.Process the action with given source object.- Parameters:
action
- Action Object.source
- Source Object
-
processAction(Action, StructureSource, RunTimeContext)
instead