Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
Gradient |
IGObjectFactory.copyOf(Gradient src) |
Gradient |
GObjectFactory.copyOf(Gradient src) |
Modifier and Type | Method and Description |
---|---|
Gradient |
Gradient.copyInstance() |
Gradient |
AttributeFactory.createGradient()
Returns a new object of class 'Gradient'.
|
Modifier and Type | Class and Description |
---|---|
class |
GradientImpl
An implementation of the model object '
Gradient'.
|
Modifier and Type | Method and Description |
---|---|
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
|
Gradient |
AttributeFactoryImpl.createGradient() |
Copyright © 2014 OpenText Corp. All rights reserved.