Uses of Interface
org.eclipse.birt.chart.model.component.MarkerLine
Packages that use MarkerLine
Package
Description
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.
-
Uses of MarkerLine in org.eclipse.birt.chart.event
Methods in org.eclipse.birt.chart.event with parameters of type MarkerLineModifier and TypeMethodDescriptionstatic 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 MarkerLineModifier and TypeMethodDescriptionMarkerLine.copyInstance()
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 MarkerLineModifier and TypeMethodDescriptionorg.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 MarkerLineModifier and TypeClassDescriptionclass
An implementation of the model object ' Marker Line'.Methods in org.eclipse.birt.chart.model.component.impl that return MarkerLineModifier and TypeMethodDescriptionMarkerLineImpl.copyInstance()
static final MarkerLine
MarkerLineImpl.create
(Axis ax, DataElement de) A convenience method provided to add a marker line instance to an axisstatic final MarkerLine
MarkerLineImpl.create
(Axis ax, DataElement de, ColorDefinition lineColor) A convenience method provided to add a marker line instance to an axisstatic final MarkerLine
MarkerLineImpl.createDefault
(Axis ax, DataElement de, ColorDefinition lineColor) A convenience method provided to add a marker line instance to an axisComponentFactoryImpl.createMarkerLine()
Methods in org.eclipse.birt.chart.model.component.impl that return types with arguments of type MarkerLineModifier and TypeMethodDescriptionorg.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 MarkerLineModifier and TypeMethodDescriptionvoid
ChartEventHandlerAdapter.afterDrawMarkerLine
(Axis axis, MarkerLine mLine, IChartScriptContext icsc) void
IChartEventHandler.afterDrawMarkerLine
(Axis axis, MarkerLine mLine, IChartScriptContext icsc) Called after drawing each marker line in an Axis.void
ChartEventHandlerAdapter.beforeDrawMarkerLine
(Axis axis, MarkerLine mLine, IChartScriptContext icsc) void
IChartEventHandler.beforeDrawMarkerLine
(Axis axis, MarkerLine mLine, IChartScriptContext icsc) Called before drawing each marker line in an Axis.