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.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.script |
Modifier and Type | Method and Description |
---|---|
static StructureSource |
StructureSource.createMarkerLine(MarkerLine ml)
Creates a Structure Source for type MarkerLine.
|
Modifier and Type | Method and Description |
---|---|
MarkerLine |
MarkerLine.copyInstance() |
MarkerLine |
ComponentFactory.createMarkerLine()
Returns a new object of class 'Marker Line'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<MarkerLine> |
Axis.getMarkerLines()
Returns the value of the 'Marker Lines' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
MarkerLineImpl
An implementation of the model object '
Marker Line'.
|
Modifier and Type | Method and Description |
---|---|
MarkerLine |
MarkerLineImpl.copyInstance() |
static MarkerLine |
MarkerLineImpl.create(Axis ax,
DataElement de)
A convenience method provided to add a marker line instance to an axis
|
static MarkerLine |
MarkerLineImpl.create(Axis ax,
DataElement de,
ColorDefinition lineColor)
A convenience method provided to add a marker line instance to an axis
|
static MarkerLine |
MarkerLineImpl.createDefault(Axis ax,
DataElement de,
ColorDefinition lineColor)
A convenience method provided to add a marker line instance to an axis
|
MarkerLine |
ComponentFactoryImpl.createMarkerLine() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<MarkerLine> |
AxisImpl.getMarkerLines() |
Modifier and Type | Method and Description |
---|---|
void |
IChartEventHandler.afterDrawMarkerLine(Axis axis,
MarkerLine mLine,
IChartScriptContext icsc)
Called after drawing each marker line in an Axis.
|
void |
ChartEventHandlerAdapter.afterDrawMarkerLine(Axis axis,
MarkerLine mLine,
IChartScriptContext icsc) |
void |
IChartEventHandler.beforeDrawMarkerLine(Axis axis,
MarkerLine mLine,
IChartScriptContext icsc)
Called before drawing each marker line in an Axis.
|
void |
ChartEventHandlerAdapter.beforeDrawMarkerLine(Axis axis,
MarkerLine mLine,
IChartScriptContext icsc) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.