Uses of Interface
org.eclipse.birt.chart.model.component.MarkerLine

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.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 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 ComponentFactory.createMarkerLine()
          Returns a new object of class 'Marker Line'.
 

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
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
 MarkerLine ComponentFactoryImpl.createMarkerLine()
           
 

Uses of MarkerLine in org.eclipse.birt.chart.model.component.util
 

Methods in org.eclipse.birt.chart.model.component.util with parameters of type MarkerLine
 java.lang.Object ComponentSwitch.caseMarkerLine(MarkerLine object)
          Returns the result of interpretting the object as an instance of 'Marker Line'.
 

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)
           
 



Copyright © 2005-2008 Actuate Corp. All rights reserved.