public class GraphLayoutPanelUtils
extends java.lang.Object
Constructor and Description |
---|
GraphLayoutPanelUtils() |
Modifier and Type | Method and Description |
---|---|
static EmittedLayout |
copy(EmittedLayout layoutToCopy)
Copies a layout into a new layout, which is returned.
|
static EmittedLayout |
copy(EmittedLayout dest,
EmittedLayout layoutToCopy)
Copies a layout into a destination layout (whose values are cleared)
|
static void |
prerelax(long millis,
IterableLayout la)
Pre-relaxes a layout.
|
public static void prerelax(long millis, IterableLayout la)
public static EmittedLayout copy(EmittedLayout dest, EmittedLayout layoutToCopy)
dest
- the destination layoutlayoutToCopy
- the original layout.public static EmittedLayout copy(EmittedLayout layoutToCopy)