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

Packages that use DialRegion
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 DialRegion in org.eclipse.birt.chart.model.component
 

Methods in org.eclipse.birt.chart.model.component that return DialRegion
 DialRegion DialRegion.copyInstance()
          A convenient method to get an instance copy.
 DialRegion ComponentFactory.createDialRegion()
          Returns a new object of class 'Dial Region'.
 

Methods in org.eclipse.birt.chart.model.component that return types with arguments of type DialRegion
 org.eclipse.emf.common.util.EList<DialRegion> Dial.getDialRegions()
          Returns the value of the 'Dial Regions' containment reference list.
 

Uses of DialRegion in org.eclipse.birt.chart.model.component.impl
 

Classes in org.eclipse.birt.chart.model.component.impl that implement DialRegion
 class DialRegionImpl
          An implementation of the model object 'Dial Region'.
 

Methods in org.eclipse.birt.chart.model.component.impl that return DialRegion
 DialRegion DialRegionImpl.copyInstance()
          A convenient method to get an instance copy.
static DialRegion DialRegionImpl.create()
           
static DialRegion DialRegionImpl.create(org.eclipse.emf.ecore.EObject parent, org.eclipse.emf.ecore.EReference ref)
           
 DialRegion ComponentFactoryImpl.createDialRegion()
           
 

Methods in org.eclipse.birt.chart.model.component.impl that return types with arguments of type DialRegion
 org.eclipse.emf.common.util.EList<DialRegion> DialImpl.getDialRegions()
           
 



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