|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MarkerRange | |
---|---|
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.model.component.util | This is a placeholder file for the org.eclipse.birt.chart.model.component.util package. |
org.eclipse.birt.chart.script |
Uses of MarkerRange in org.eclipse.birt.chart.event |
---|
Methods in org.eclipse.birt.chart.event with parameters of type MarkerRange | |
---|---|
static 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.component | |
---|---|
interface |
DialRegion
A representation of the model object 'Dial Region'. |
Methods in org.eclipse.birt.chart.model.component that return MarkerRange | |
---|---|
MarkerRange |
ComponentFactory.createMarkerRange()
Returns a new object of class 'Marker Range'. |
Uses of MarkerRange in org.eclipse.birt.chart.model.component.impl |
---|
Classes in org.eclipse.birt.chart.model.component.impl that implement MarkerRange | |
---|---|
class |
DialRegionImpl
An implementation of the model object 'Dial Region'. |
class |
MarkerRangeImpl
An implementation of the model object ' Marker Range'. |
Methods in org.eclipse.birt.chart.model.component.impl that return MarkerRange | |
---|---|
static MarkerRange |
MarkerRangeImpl.create(Axis ax,
DataElement deStart,
DataElement deEnd,
Fill fillColor)
A convenience method provided to add a marker range instance to an axis |
static 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 axis |
MarkerRange |
ComponentFactoryImpl.createMarkerRange()
|
Uses of MarkerRange in org.eclipse.birt.chart.model.component.util |
---|
Methods in org.eclipse.birt.chart.model.component.util with parameters of type MarkerRange | |
---|---|
java.lang.Object |
ComponentSwitch.caseMarkerRange(MarkerRange object)
Returns the result of interpretting the object as an instance of 'Marker Range'. |
Uses of MarkerRange in org.eclipse.birt.chart.script |
---|
Methods in org.eclipse.birt.chart.script with parameters of type MarkerRange | |
---|---|
void |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |