Uses of Interface
org.eclipse.birt.chart.model.data.Trigger
Packages that use Trigger
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation package.
Contains classes that define a rendering notification that is interpreted by
a device renderer.
Represents a set of chart sub-components (as interfaces) that are used to
build a complete chart.
Represents a set of chart sub-components (as core implementations) that are
used to build a complete chart.
Holds a set of interfaces that define the structure of the data source and
typed data elements associated with a chart series.
Holds a set of classes that define the structure of the data source and typed
data elements associated with a chart series.
Contains a layout manager capable of arranging a set of blocks associated
with the chart representation.
Contains core class implementations for blocks associated with the chart
representation.
Contains classes that represent the core plot rendering framework.
-
Uses of Trigger in org.eclipse.birt.chart.computation
Methods in org.eclipse.birt.chart.computation that return TriggerModifier and TypeMethodDescriptionGObjectFactory.createTrigger
(TriggerCondition tc, Action a) IGObjectFactory.createTrigger
(TriggerCondition tc, Action a) Methods in org.eclipse.birt.chart.computation with parameters of type Trigger -
Uses of Trigger in org.eclipse.birt.chart.event
Methods in org.eclipse.birt.chart.event that return TriggerMethods in org.eclipse.birt.chart.event with parameters of type TriggerModifier and TypeMethodDescriptionvoid
InteractionEvent.addTrigger
(Trigger t) Adds trigger to current event. -
Uses of Trigger in org.eclipse.birt.chart.model.component
Methods in org.eclipse.birt.chart.model.component that return types with arguments of type TriggerModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Trigger>
Axis.getTriggers()
Returns the value of the 'Triggers' containment reference list.org.eclipse.emf.common.util.EList<Trigger>
MarkerLine.getTriggers()
Returns the value of the 'Triggers' containment reference list.org.eclipse.emf.common.util.EList<Trigger>
MarkerRange.getTriggers()
Returns the value of the 'Triggers' containment reference list.org.eclipse.emf.common.util.EList<Trigger>
Series.getTriggers()
Returns the value of the 'Triggers' containment reference list. -
Uses of Trigger in org.eclipse.birt.chart.model.component.impl
Methods in org.eclipse.birt.chart.model.component.impl that return types with arguments of type TriggerModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Trigger>
AxisImpl.getTriggers()
org.eclipse.emf.common.util.EList<Trigger>
MarkerLineImpl.getTriggers()
org.eclipse.emf.common.util.EList<Trigger>
MarkerRangeImpl.getTriggers()
org.eclipse.emf.common.util.EList<Trigger>
SeriesImpl.getTriggers()
-
Uses of Trigger in org.eclipse.birt.chart.model.data
Methods in org.eclipse.birt.chart.model.data that return TriggerModifier and TypeMethodDescriptionTrigger.copyInstance()
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 TriggerModifier and TypeClassDescriptionclass
An implementation of the model object ' Trigger'.Methods in org.eclipse.birt.chart.model.data.impl that return TriggerModifier and TypeMethodDescriptionTriggerImpl.copyInstance()
static final Trigger
TriggerImpl.create
(TriggerCondition tc, Action a) This convenience method initializes and provides a trigger instance for use NOTE: Manually writtenDataFactoryImpl.createTrigger()
-
Uses of Trigger in org.eclipse.birt.chart.model.layout
Methods in org.eclipse.birt.chart.model.layout that return types with arguments of type TriggerModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Trigger>
Block.getTriggers()
Returns the value of the 'Triggers' containment reference list. -
Uses of Trigger in org.eclipse.birt.chart.model.layout.impl
Methods in org.eclipse.birt.chart.model.layout.impl that return types with arguments of type TriggerModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Trigger>
BlockImpl.getTriggers()
-
Uses of Trigger in org.eclipse.birt.chart.render
Methods in org.eclipse.birt.chart.render with parameters of type TriggerModifier and TypeMethodDescriptionvoid
BaseRenderer.processTrigger
(Trigger tg, StructureSource source) post-process the triggers.