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

Packages that use ExtendedProperty
org.eclipse.birt.chart.model Contains the chart model interfaces that define the starting point for creating a new chart. 
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.impl Represents the chart model implementation classes that define the starting point for creating a new chart. 
 

Uses of ExtendedProperty in org.eclipse.birt.chart.model
 

Methods in org.eclipse.birt.chart.model that return types with arguments of type ExtendedProperty
 org.eclipse.emf.common.util.EList<ExtendedProperty> Chart.getExtendedProperties()
          Returns the value of the 'Extended Properties' containment reference list.
 

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

Methods in org.eclipse.birt.chart.model.attribute that return ExtendedProperty
 ExtendedProperty ExtendedProperty.copyInstance()
          A convenient method to get an instance copy.
 ExtendedProperty AttributeFactory.createExtendedProperty()
          Returns a new object of class 'Extended Property'.
 

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

Classes in org.eclipse.birt.chart.model.attribute.impl that implement ExtendedProperty
 class ExtendedPropertyImpl
          An implementation of the model object ' Extended Property'.
 

Methods in org.eclipse.birt.chart.model.attribute.impl that return ExtendedProperty
 ExtendedProperty ExtendedPropertyImpl.copyInstance()
          A convenient method to get an instance copy.
static ExtendedProperty ExtendedPropertyImpl.create(org.eclipse.emf.ecore.EObject parent, org.eclipse.emf.ecore.EReference ref)
           
 ExtendedProperty AttributeFactoryImpl.createExtendedProperty()
           
 

Uses of ExtendedProperty in org.eclipse.birt.chart.model.impl
 

Methods in org.eclipse.birt.chart.model.impl that return types with arguments of type ExtendedProperty
 org.eclipse.emf.common.util.EList<ExtendedProperty> ChartImpl.getExtendedProperties()
           
 



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