Uses of Interface
org.eclipse.birt.chart.model.component.MarkerRange
Packages that use MarkerRange
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 MarkerRange in org.eclipse.birt.chart.event
Methods in org.eclipse.birt.chart.event with parameters of type MarkerRangeModifier and TypeMethodDescriptionstatic StructureSource
StructureSource.createMarkerRange
(MarkerRange mr) Creates a Structure Source for type MarkerRange. -
Uses of MarkerRange in org.eclipse.birt.chart.model.component
Subinterfaces of MarkerRange in org.eclipse.birt.chart.model.componentModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Dial Region'.Methods in org.eclipse.birt.chart.model.component that return MarkerRangeModifier and TypeMethodDescriptionMarkerRange.copyInstance()
ComponentFactory.createMarkerRange()
Returns a new object of class 'Marker Range'.Methods in org.eclipse.birt.chart.model.component that return types with arguments of type MarkerRangeModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<MarkerRange>
Axis.getMarkerRanges()
Returns the value of the 'Marker Ranges' containment reference list. -
Uses of MarkerRange in org.eclipse.birt.chart.model.component.impl
Classes in org.eclipse.birt.chart.model.component.impl that implement MarkerRangeModifier and TypeClassDescriptionclass
An implementation of the model object 'Dial Region'.class
An implementation of the model object ' Marker Range'.Methods in org.eclipse.birt.chart.model.component.impl that return MarkerRangeModifier and TypeMethodDescriptionMarkerRangeImpl.copyInstance()
static final MarkerRange
MarkerRangeImpl.create
(Axis ax, DataElement deStart, DataElement deEnd, Fill fillColor) A convenience method provided to add a marker range instance to an axisstatic final MarkerRange
MarkerRangeImpl.create
(Axis ax, DataElement deStart, DataElement deEnd, Fill fillColor, ColorDefinition outlineColor) A convenience method provided to add a marker range instance to an axisstatic final MarkerRange
MarkerRangeImpl.createDefault
(Axis ax, DataElement deStart, DataElement deEnd, Fill fillColor, ColorDefinition outlineColor) A convenience method provided to add a marker range instance to an axisComponentFactoryImpl.createMarkerRange()
Methods in org.eclipse.birt.chart.model.component.impl that return types with arguments of type MarkerRangeModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<MarkerRange>
AxisImpl.getMarkerRanges()
-
Uses of MarkerRange in org.eclipse.birt.chart.script
Methods in org.eclipse.birt.chart.script with parameters of type MarkerRangeModifier and TypeMethodDescriptionvoid
ChartEventHandlerAdapter.afterDrawMarkerRange
(Axis axis, MarkerRange mRange, IChartScriptContext icsc) void
IChartEventHandler.afterDrawMarkerRange
(Axis axis, MarkerRange mRange, IChartScriptContext icsc) Called after drawing each marker range in an Axis.void
ChartEventHandlerAdapter.beforeDrawMarkerRange
(Axis axis, MarkerRange mRange, IChartScriptContext icsc) void
IChartEventHandler.beforeDrawMarkerRange
(Axis axis, MarkerRange mRange, IChartScriptContext icsc) Called before drawing each marker range in an Axis.