|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.chart.util.TriggerSupportMatrix
Provides a utility class to check supported Trigger combination of condition event and action type.
Field Summary | |
static int |
TYPE_AXIS
|
static int |
TYPE_CHARTAREA
|
static int |
TYPE_CHARTTITLE
|
static int |
TYPE_DATAPOINT
|
static int |
TYPE_LEGEND
|
static int |
TYPE_MARKERLINE
|
static int |
TYPE_MARKERRANGE
|
Constructor Summary | |
TriggerSupportMatrix(java.lang.String outputFormat,
int iType)
Constructor. |
Method Summary | |
boolean |
check(Trigger trigger)
Checks the trigger combination of condition and action type is supported in current renderer. |
boolean |
check(TriggerCondition condition,
ActionType actionType)
Checks the trigger combination of condition and action type is supported in current renderer. |
java.lang.String[] |
getSupportedActionsDisplayName(TriggerCondition condition)
Gets supported Action types according to current trigger condition. |
int |
getType()
Returns the interactivity type |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int TYPE_DATAPOINT
public static final int TYPE_CHARTTITLE
public static final int TYPE_CHARTAREA
public static final int TYPE_AXIS
public static final int TYPE_LEGEND
public static final int TYPE_MARKERLINE
public static final int TYPE_MARKERRANGE
Constructor Detail |
public TriggerSupportMatrix(java.lang.String outputFormat, int iType)
outputFormat
- output type of chart rendereriType
- the type of interactivity supportMethod Detail |
public int getType()
public java.lang.String[] getSupportedActionsDisplayName(TriggerCondition condition)
condition
- event condition
public boolean check(Trigger trigger)
trigger
-
public boolean check(TriggerCondition condition, ActionType actionType)
condition
- actionType
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |