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.
LEGEND_ITEM_DATA
static final java.lang.String LEGEND_ITEM_DATA
- See Also:
- Constant Field Values
LEGEND_ITEM_TEXT
static final java.lang.String LEGEND_ITEM_TEXT
- Expression evaluated in Legend trigger action.
- See Also:
- Constant Field Values
LEGEND_ITEM_VALUE
static final java.lang.String LEGEND_ITEM_VALUE
- See Also:
- Constant Field Values
AXIS_LABEL
static final java.lang.String AXIS_LABEL
- See Also:
- Constant Field Values
processAction
void processAction(Action action,
StructureSource source,
RunTimeContext rtc)
- Process the action with given source object.
- Parameters:
action
- Action Object.source
- Source Object
Copyright © 2005-2008 Actuate Corp. All rights reserved.