public abstract class AbstractGlobalLayout extends Object implements GlobalLayout
| 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(Object composite)
Layout the graph model in the viewport
specified by the layout target environment.
|
void |
setLayoutTarget(LayoutTarget target)
Set the layout target.
|
public AbstractGlobalLayout(LayoutTarget target)
public LayoutTarget getLayoutTarget()
getLayoutTarget in interface GlobalLayoutpublic void setLayoutTarget(LayoutTarget target)
setLayoutTarget in interface GlobalLayoutpublic abstract void layout(Object composite)
layout in interface GlobalLayoutCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.