|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Gradient | |
---|---|
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.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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |