samples.preview_new_graphdraw.iter
Class GraphLayoutPanelUtils
java.lang.Object
samples.preview_new_graphdraw.iter.GraphLayoutPanelUtils
public class GraphLayoutPanelUtils
- extends Object
- Author:
- danyelf
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphLayoutPanelUtils
public GraphLayoutPanelUtils()
prerelax
public static void prerelax(long millis,
IterableLayout la)
- Pre-relaxes a layout. Iterates forward for millis milliseconds
copy
public static EmittedLayout copy(EmittedLayout dest,
EmittedLayout layoutToCopy)
- Copies a layout into a destination layout (whose values are cleared)
- Parameters:
dest
- the destination layoutlayoutToCopy
- the original layout.
- Returns:
copy
public static EmittedLayout copy(EmittedLayout layoutToCopy)
- Copies a layout into a new layout, which is returned.
- Returns: