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

Packages that use Gradient
org.eclipse.birt.chart.computation This is a placeholder file for the org.eclipse.birt.chart.computation package. 
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. 
 

Uses of Gradient in org.eclipse.birt.chart.computation
 

Methods in org.eclipse.birt.chart.computation that return Gradient
 Gradient IGObjectFactory.copyOf(Gradient src)
           
 Gradient GObjectFactory.copyOf(Gradient src)
           
 Gradient IGObjectFactory.createGradient(ColorDefinition cdStart, ColorDefinition cdEnd)
           
 Gradient GObjectFactory.createGradient(ColorDefinition cdStart, ColorDefinition cdEnd)
           
 Gradient IGObjectFactory.createGradient(ColorDefinition cdStart, ColorDefinition cdEnd, double dDirectionInDegrees, boolean bCyclic)
           
 Gradient GObjectFactory.createGradient(ColorDefinition cdStart, ColorDefinition cdEnd, double dDirectionInDegrees, boolean bCyclic)
           
 

Methods in org.eclipse.birt.chart.computation with parameters of type Gradient
 Gradient IGObjectFactory.copyOf(Gradient src)
           
 Gradient GObjectFactory.copyOf(Gradient src)
           
 

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

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

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

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

Methods in org.eclipse.birt.chart.model.attribute.impl that return Gradient
 Gradient GradientImpl.copyInstance()
          A convenient method to get an instance copy.
static Gradient GradientImpl.create(ColorDefinition cdStart, ColorDefinition cdEnd)
           
static Gradient GradientImpl.create(ColorDefinition cdStart, ColorDefinition cdEnd, double dDirectionInDegrees, boolean bCyclic)
          A convenience method provided to create a gradient instance with all member variables initialized
static Gradient GradientImpl.create(org.eclipse.emf.ecore.EObject parent, org.eclipse.emf.ecore.EReference ref)
           
 Gradient AttributeFactoryImpl.createGradient()
           
 



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