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

Packages that use DataPointComponent
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. 
 

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

Methods in org.eclipse.birt.chart.model.attribute that return DataPointComponent
 DataPointComponent AttributeFactory.createDataPointComponent()
          Returns a new object of class 'Data Point Component'.
 

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

Classes in org.eclipse.birt.chart.model.attribute.impl that implement DataPointComponent
 class DataPointComponentImpl
          An implementation of the model object ' Data Point Component'.
 

Methods in org.eclipse.birt.chart.model.attribute.impl that return DataPointComponent
static DataPointComponent DataPointComponentImpl.create(DataPointComponentType dpct, FormatSpecifier fs)
          A convenience methods provided to create an initialized DataPointComponent instance NOTE: Manually written
 DataPointComponent AttributeFactoryImpl.createDataPointComponent()
           
 

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

Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type DataPointComponent
 java.lang.Object AttributeSwitch.caseDataPointComponent(DataPointComponent object)
          Returns the result of interpretting the object as an instance of 'Data Point Component'.
 boolean AttributeValidator.validateDataPointComponent(DataPointComponent dataPointComponent, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 



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