|
||||||||||
| 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 |
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 | |
|---|---|
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()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||