public interface IDGDynamicDecorator
With a decorator, it becomes possible to dynamically overwrite graphical property on any unmasked element.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IDGDynamicDecorator.IOverwrittenProperties
This is a context for the decorator, grouping the currently edited element and its overwritten graphical properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
decorate(IDGDynamicDecorator.IOverwrittenProperties context)
Decorate a diagram graphic using the given access object.
|
void decorate(IDGDynamicDecorator.IOverwrittenProperties context)
context - the context for a diagram graphic.