public class EffectsAppearance
extends java.lang.Object
WARNING: do not modify the name of this class, its package or its members, as it is exposed via direct Java access from 4GL code.
| Modifier and Type | Field and Description |
|---|---|
java.util.List |
effects
List of effects which can be added to a chart.
|
| Constructor and Description |
|---|
EffectsAppearance() |
public java.util.List effects
GradientEffect (TODO: add an 'Effect' interface).
WARNING: do not make this list generic, it will break direct 4GL usage!