Package | Description |
---|---|
org.eclipse.birt.chart.event |
Contains classes that define a rendering notification that is interpreted by
a device renderer.
|
org.eclipse.birt.chart.factory |
Contains classes and interfaces used in the chart building and generation
phase.
|
org.eclipse.birt.chart.render |
Contains classes that represent the core plot rendering framework.
|
Modifier and Type | Class and Description |
---|---|
class |
WrappedStructureSource
This class defines a wrapped structure source object which could have a
parent source for all chart events.
|
Modifier and Type | Method and Description |
---|---|
static StructureSource |
StructureSource.createAxis(Axis ax)
Creates a Structure Source for type Axis.
|
static StructureSource |
WrappedStructureSource.createAxisLabel(Axis ax,
Label lb)
Creates a WrappedStructure Source for type Axis Label with an Axis
parent.
|
static StructureSource |
WrappedStructureSource.createAxisTitle(Axis ax,
Label title)
Creates a WrappedStructure Source for type Axis Title with an Axis
parent.
|
static StructureSource |
StructureSource.createChartBlock(Block block)
Creates a Structure Source for type Chart Block.
|
static StructureSource |
StructureSource.createLegend(Legend lg)
Creates a Structure Source for type Legend.
|
static StructureSource |
WrappedStructureSource.createLegendEntry(Legend lg,
LegendItemHints entry)
Creates a WrappedStructure Source for type Legend Entry with a Legend
parent.
|
static StructureSource |
WrappedStructureSource.createLegendTitle(Legend lg,
Label title)
Creates a WrappedStructure Source for type Legend Title with a Legend
parent.
|
static StructureSource |
StructureSource.createMarkerLine(MarkerLine ml)
Creates a Structure Source for type MarkerLine.
|
static StructureSource |
StructureSource.createMarkerRange(MarkerRange mr)
Creates a Structure Source for type MarkerRange.
|
static StructureSource |
StructureSource.createPlot(Plot pt)
Creates a Structure Source for type Plot.
|
static StructureSource |
StructureSource.createSeries(Series se)
Creates a Structure Source for type Series.
|
static StructureSource |
WrappedStructureSource.createSeriesDataElement(Series se,
DataPointHints dph)
Creates a WrappedStructure Source for type Series Element with a Series
parent.
|
static StructureSource |
WrappedStructureSource.createSeriesDataPoint(Series se,
DataPointHints dph)
Creates a WrappedStructure Source for type Series DataPoint with a Series
parent.
|
static StructureSource |
WrappedStructureSource.createSeriesFittingCurve(Series se,
CurveFitting cf)
Creates a WrappedStructure Source for type Series FittingCurve with a
Series parent.
|
static StructureSource |
WrappedStructureSource.createSeriesMarker(Series se,
Marker mk)
Creates a WrappedStructure Source for type Series Marker with a Series
parent.
|
static StructureSource |
WrappedStructureSource.createSeriesTitle(Series se,
Label title)
Creates a WrappedStructure Source for type Series Title with a Series
parent.
|
static StructureSource |
StructureSource.createTitle(TitleBlock tb)
Creates a Structure Source for type Title.
|
static StructureSource |
StructureSource.createUnknown(org.eclipse.emf.ecore.EObject o)
Creates a Structure Source for type Unknown.
|
StructureSource |
WrappedStructureSource.getParent()
Returns the parent object.
|
StructureSource |
InteractionEvent.getStructureSource() |
Modifier and Type | Method and Description |
---|---|
void |
InteractionEvent.reuse(StructureSource oNewSource)
Reuses current event by given new source object.
|
Constructor and Description |
---|
WrappedStructureSource(StructureSource parent,
java.lang.Object source,
StructureType type)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
IActionEvaluator.getActionExpressions(Action action,
StructureSource source)
Returns the expressions contained in the action.
|
java.lang.String[] |
ActionEvaluatorAdapter.getActionExpressions(Action action,
StructureSource source) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
InteractiveRenderer.getSource(StructureSource src) |
boolean |
InteractiveRenderer.isRegisteredAction(StructureSource target,
ActionType type) |
void |
IActionRenderer.processAction(Action action,
StructureSource source)
Deprecated.
|
void |
ActionRendererAdapter.processAction(Action action,
StructureSource source) |
void |
IActionRenderer.processAction(Action action,
StructureSource source,
RunTimeContext rtc)
Process the action with given source object.
|
void |
ActionRendererAdapter.processAction(Action action,
StructureSource source,
RunTimeContext rtc) |
void |
BaseRenderer.processTrigger(Trigger tg,
StructureSource source)
post-process the triggers.
|
void |
BaseRenderer.processTrigger(Trigger tg,
StructureSource source)
post-process the triggers.
|
boolean |
InteractiveRenderer.registerAction(StructureSource target,
ActionType type)
Register a chart element with an interactive action
|
void |
InteractiveRenderer.unregisterAction(StructureSource target,
ActionType type) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.