|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Trigger | |
---|---|
org.eclipse.birt.chart.event | Contains classes that define a rendering notification that is interpreted by a device renderer. |
org.eclipse.birt.chart.model.data | Holds a set of interfaces that define the structure of the data source and typed data elements associated with a chart series. |
org.eclipse.birt.chart.model.data.impl | Holds a set of classes that define the structure of the data source and typed data elements associated with a chart series. |
org.eclipse.birt.chart.model.data.util | This is a placeholder file for the org.eclipse.birt.chart.model.data.util package. |
org.eclipse.birt.chart.render | Contains classes that represent the core plot rendering framework. |
org.eclipse.birt.chart.util | Provides miscellaneous classes associated with data types and extension lookup services. |
Uses of Trigger in org.eclipse.birt.chart.event |
---|
Methods in org.eclipse.birt.chart.event that return Trigger | |
---|---|
Trigger[] |
InteractionEvent.getTriggers()
|
Methods in org.eclipse.birt.chart.event with parameters of type Trigger | |
---|---|
void |
InteractionEvent.addTrigger(Trigger t)
Adds trigger to current event. |
Uses of Trigger in org.eclipse.birt.chart.model.data |
---|
Methods in org.eclipse.birt.chart.model.data that return Trigger | |
---|---|
Trigger |
DataFactory.createTrigger()
Returns a new object of class 'Trigger'. |
Uses of Trigger in org.eclipse.birt.chart.model.data.impl |
---|
Classes in org.eclipse.birt.chart.model.data.impl that implement Trigger | |
---|---|
class |
TriggerImpl
An implementation of the model object ' Trigger'. |
Methods in org.eclipse.birt.chart.model.data.impl that return Trigger | |
---|---|
static Trigger |
TriggerImpl.copyInstance(Trigger src)
A convenient method to get an instance copy. |
static Trigger |
TriggerImpl.create(TriggerCondition tc,
Action a)
This convenience method initializes and provides a trigger instance for use NOTE: Manually written |
Trigger |
DataFactoryImpl.createTrigger()
|
Methods in org.eclipse.birt.chart.model.data.impl with parameters of type Trigger | |
---|---|
static Trigger |
TriggerImpl.copyInstance(Trigger src)
A convenient method to get an instance copy. |
Uses of Trigger in org.eclipse.birt.chart.model.data.util |
---|
Methods in org.eclipse.birt.chart.model.data.util with parameters of type Trigger | |
---|---|
java.lang.Object |
DataSwitch.caseTrigger(Trigger object)
Returns the result of interpretting the object as an instance of 'Trigger'. |
Uses of Trigger in org.eclipse.birt.chart.render |
---|
Methods in org.eclipse.birt.chart.render with parameters of type Trigger | |
---|---|
void |
BaseRenderer.processTrigger(Trigger tg,
StructureSource source)
post-process the triggers. |
void |
BaseRenderer.processTrigger(Trigger tg,
StructureSource source)
post-process the triggers. |
Uses of Trigger in org.eclipse.birt.chart.util |
---|
Methods in org.eclipse.birt.chart.util with parameters of type Trigger | |
---|---|
boolean |
TriggerSupportMatrix.check(Trigger trigger)
Checks the trigger combination of condition and action type is supported in current renderer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |