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 GlobalLayout
public void setLayoutTarget(LayoutTarget target)
setLayoutTarget
in interface GlobalLayout
public abstract void layout(Object composite)
layout
in interface GlobalLayout
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.