Package | Description |
---|---|
org.eclipse.birt.chart.computation |
This is a placeholder file for the org.eclipse.birt.chart.computation package.
|
org.eclipse.birt.chart.event |
Contains classes that define a rendering notification that is interpreted by
a device renderer.
|
org.eclipse.birt.chart.model.component |
Represents a set of chart sub-components (as interfaces) that are used to
build a complete chart.
|
org.eclipse.birt.chart.model.component.impl |
Represents a set of chart sub-components (as core implementations) that are
used to build a complete chart.
|
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.layout |
Contains a layout manager capable of arranging a set of blocks associated
with the chart representation.
|
org.eclipse.birt.chart.model.layout.impl |
Contains core class implementations for blocks associated with the chart
representation.
|
org.eclipse.birt.chart.render |
Contains classes that represent the core plot rendering framework.
|
Modifier and Type | Method and Description |
---|---|
Trigger |
IGObjectFactory.copyOf(Trigger src) |
Trigger |
GObjectFactory.copyOf(Trigger src) |
Trigger |
IGObjectFactory.createTrigger(TriggerCondition tc,
Action a) |
Trigger |
GObjectFactory.createTrigger(TriggerCondition tc,
Action a) |
Modifier and Type | Method and Description |
---|---|
Trigger |
IGObjectFactory.copyOf(Trigger src) |
Trigger |
GObjectFactory.copyOf(Trigger src) |
Modifier and Type | Method and Description |
---|---|
Trigger[] |
InteractionEvent.getTriggers() |
Modifier and Type | Method and Description |
---|---|
void |
InteractionEvent.addTrigger(Trigger t)
Adds trigger to current event.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Trigger> |
Series.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> |
MarkerLine.getTriggers()
Returns the value of the 'Triggers' containment reference list.
|
org.eclipse.emf.common.util.EList<Trigger> |
Axis.getTriggers()
Returns the value of the 'Triggers' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Trigger> |
SeriesImpl.getTriggers() |
org.eclipse.emf.common.util.EList<Trigger> |
MarkerRangeImpl.getTriggers() |
org.eclipse.emf.common.util.EList<Trigger> |
MarkerLineImpl.getTriggers() |
org.eclipse.emf.common.util.EList<Trigger> |
AxisImpl.getTriggers() |
Modifier and Type | Method and Description |
---|---|
Trigger |
Trigger.copyInstance() |
Trigger |
DataFactory.createTrigger()
Returns a new object of class 'Trigger'.
|
Modifier and Type | Class and Description |
---|---|
class |
TriggerImpl
An implementation of the model object '
Trigger'.
|
Modifier and Type | Method and Description |
---|---|
Trigger |
TriggerImpl.copyInstance() |
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() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Trigger> |
Block.getTriggers()
Returns the value of the 'Triggers' containment
reference list.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Trigger> |
BlockImpl.getTriggers() |
Modifier and Type | Method and Description |
---|---|
void |
BaseRenderer.processTrigger(Trigger tg,
StructureSource source)
post-process the triggers.
|
void |
BaseRenderer.processTrigger(Trigger tg,
StructureSource source)
post-process the triggers.
|
Copyright © 2005-2008 Actuate Corp. All rights reserved.