|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MarkerLine | |
---|---|
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 |
Uses of MarkerLine in org.eclipse.birt.chart.event |
---|
Methods in org.eclipse.birt.chart.event with parameters of type MarkerLine | |
---|---|
static StructureSource |
StructureSource.createMarkerLine(MarkerLine ml)
Creates a Structure Source for type MarkerLine. |
Uses of MarkerLine in org.eclipse.birt.chart.model.component |
---|
Methods in org.eclipse.birt.chart.model.component that return MarkerLine | |
---|---|
MarkerLine |
MarkerLine.copyInstance()
A convenient method to get an instance copy. |
MarkerLine |
ComponentFactory.createMarkerLine()
Returns a new object of class 'Marker Line'. |
Methods in org.eclipse.birt.chart.model.component that return types with arguments of type MarkerLine | |
---|---|
org.eclipse.emf.common.util.EList<MarkerLine> |
Axis.getMarkerLines()
Returns the value of the 'Marker Lines' containment reference list. |
Uses of MarkerLine in org.eclipse.birt.chart.model.component.impl |
---|
Classes in org.eclipse.birt.chart.model.component.impl that implement MarkerLine | |
---|---|
class |
MarkerLineImpl
An implementation of the model object ' Marker Line'. |
Methods in org.eclipse.birt.chart.model.component.impl that return MarkerLine | |
---|---|
MarkerLine |
MarkerLineImpl.copyInstance()
A convenient method to get an instance copy. |
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.create(org.eclipse.emf.ecore.EObject parent,
org.eclipse.emf.ecore.EReference ref)
|
MarkerLine |
ComponentFactoryImpl.createMarkerLine()
|
Methods in org.eclipse.birt.chart.model.component.impl that return types with arguments of type MarkerLine | |
---|---|
org.eclipse.emf.common.util.EList<MarkerLine> |
AxisImpl.getMarkerLines()
|
Uses of MarkerLine in org.eclipse.birt.chart.script |
---|
Methods in org.eclipse.birt.chart.script with parameters of type MarkerLine | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |