Uses of Interface
org.eclipse.birt.chart.model.attribute.Marker

Packages that use Marker
org.eclipse.birt.chart.event Contains classes that define a rendering notification that is interpreted by a device renderer. 
org.eclipse.birt.chart.model.attribute Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. 
org.eclipse.birt.chart.model.attribute.impl Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. 
org.eclipse.birt.chart.model.attribute.util This is a placeholder file for the org.eclipse.birt.chart.model.attribute.util package. 
org.eclipse.birt.chart.model.type Contains a default out-of-the-box set of series type interfaces that are associated with all charts. 
org.eclipse.birt.chart.model.type.impl Contains a default out-of-the-box set of series type core implementation classes that are associated with all charts. 
 

Uses of Marker in org.eclipse.birt.chart.event
 

Methods in org.eclipse.birt.chart.event with parameters of type Marker
static StructureSource WrappedStructureSource.createSeriesMarker(Series se, Marker mk)
          Creates a WrappedStructure Source for type Series Marker with a Series parent.
 

Uses of Marker in org.eclipse.birt.chart.model.attribute
 

Methods in org.eclipse.birt.chart.model.attribute that return Marker
 Marker AttributeFactory.createMarker()
          Returns a new object of class 'Marker'.
 

Uses of Marker in org.eclipse.birt.chart.model.attribute.impl
 

Classes in org.eclipse.birt.chart.model.attribute.impl that implement Marker
 class MarkerImpl
           An implementation of the model object ' Marker'.
 

Methods in org.eclipse.birt.chart.model.attribute.impl that return Marker
 Marker AttributeFactoryImpl.createMarker()
           
 

Uses of Marker in org.eclipse.birt.chart.model.attribute.util
 

Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type Marker
 boolean AttributeValidator.validateMarker(Marker marker, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 java.lang.Object AttributeSwitch.caseMarker(Marker object)
          Returns the result of interpretting the object as an instance of 'Marker'.
 

Uses of Marker in org.eclipse.birt.chart.model.type
 

Methods in org.eclipse.birt.chart.model.type that return Marker
 Marker LineSeries.getMarker()
          Returns the value of the 'Marker' containment reference.
 

Methods in org.eclipse.birt.chart.model.type with parameters of type Marker
 void LineSeries.setMarker(Marker value)
          Sets the value of the 'Marker' containment reference.
 

Uses of Marker in org.eclipse.birt.chart.model.type.impl
 

Methods in org.eclipse.birt.chart.model.type.impl that return Marker
 Marker LineSeriesImpl.getMarker()
           
 

Methods in org.eclipse.birt.chart.model.type.impl with parameters of type Marker
 org.eclipse.emf.common.notify.NotificationChain LineSeriesImpl.basicSetMarker(Marker newMarker, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void LineSeriesImpl.setMarker(Marker newMarker)
           
 



Copyright © 2005 Actuate Corp. All rights reserved.