|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.eclipse.birt.chart.event.ChartEvent
org.eclipse.birt.chart.event.InteractionEvent
public final class InteractionEvent
An event type for Interactivity.
| Constructor Summary | |
|---|---|
InteractionEvent(java.lang.Object source)
The constructor. |
|
| Method Summary | |
|---|---|
void |
addTrigger(Trigger t)
Adds trigger to current event. |
Action |
getAction(TriggerCondition tc)
|
PrimitiveRenderEvent |
getHotSpot()
|
StructureSource |
getStructureSource()
|
Trigger[] |
getTriggers()
|
void |
reset()
Resets the inner state of current event. |
void |
reuse(StructureSource oNewSource)
Reuses current event by given new source object. |
void |
setHotSpot(PrimitiveRenderEvent pre)
Sets the hotspot area defined by given rendering event for current event. |
| Methods inherited from class org.eclipse.birt.chart.event.ChartEvent |
|---|
setSourceObject |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InteractionEvent(java.lang.Object source)
| Method Detail |
|---|
public StructureSource getStructureSource()
public final void setHotSpot(PrimitiveRenderEvent pre)
public final PrimitiveRenderEvent getHotSpot()
public final void addTrigger(Trigger t)
public final Action getAction(TriggerCondition tc)
public final Trigger[] getTriggers()
public void reset()
ChartEvent
reset in class ChartEventpublic final void reuse(StructureSource oNewSource)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||