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. 
 

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()
           
 



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