public abstract class AbstractGlobalLayout extends java.lang.Object implements GlobalLayout
| Red |
| Modifier and Type | Field and Description |
|---|---|
(package private) LayoutTarget |
_layoutTarget |
| Constructor and Description |
|---|
AbstractGlobalLayout(LayoutTarget target)
Create a new global layout that uses the given layout target.
|
| Modifier and Type | Method and Description |
|---|---|
LayoutTarget |
getLayoutTarget()
Return the layout target.
|
abstract void |
layout(java.lang.Object composite)
Layout the graph model in the viewport
specified by the layout target environment.
|
void |
setLayoutTarget(LayoutTarget target)
Set the layout target.
|
LayoutTarget _layoutTarget
public AbstractGlobalLayout(LayoutTarget target)
public LayoutTarget getLayoutTarget()
getLayoutTarget in interface GlobalLayoutpublic void setLayoutTarget(LayoutTarget target)
setLayoutTarget in interface GlobalLayoutpublic abstract void layout(java.lang.Object composite)
layout in interface GlobalLayout