public interface LayerManager
GraphicalViewer
.
Layers are just transparent figures
.
Typically, the RootEditPart
will register() itself as the
LayerManager for the GraphicalViewer. All other EditParts/EditPolicies
looking for a layer use the Viewer's
editPartRegsitry
to find the LayerManager
.
Modifier and Type | Interface and Description |
---|---|
static class |
LayerManager.Helper
A static helper
|
Modifier and Type | Field and Description |
---|---|
static java.lang.Object |
ID
This key used to register the LayerManager in the Viewer's
EditPartRegistry.
|
Modifier and Type | Method and Description |
---|---|
IFigure |
getLayer(java.lang.Object key)
Returns a specified layer.
|
static final java.lang.Object ID
IFigure getLayer(java.lang.Object key)
key
- a key identifying the layerCopyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.