|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IActionRenderer
This interface defines the methods to process the trigger actions during rendering.
Field Summary | |
---|---|
static java.lang.String |
AXIS_LABEL
|
static java.lang.String |
LEGEND_ITEM_DATA
|
static java.lang.String |
LEGEND_ITEM_TEXT
Expression evaluated in Legend trigger action. |
static java.lang.String |
LEGEND_ITEM_VALUE
|
Method Summary | |
---|---|
void |
processAction(Action action,
StructureSource source)
Deprecated. use processAction(Action, StructureSource, RunTimeContext)
instead |
void |
processAction(Action action,
StructureSource source,
RunTimeContext rtc)
Process the action with given source object. |
Field Detail |
---|
static final java.lang.String LEGEND_ITEM_DATA
static final java.lang.String LEGEND_ITEM_TEXT
static final java.lang.String LEGEND_ITEM_VALUE
static final java.lang.String AXIS_LABEL
Method Detail |
---|
void processAction(Action action, StructureSource source, RunTimeContext rtc)
action
- Action Object.source
- Source Objectrtc
- chart runtime contextvoid processAction(Action action, StructureSource source)
processAction(Action, StructureSource, RunTimeContext)
instead
action
- Action Object.source
- Source Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |