public interface JGraphLayout
Modifier and Type | Interface and Description |
---|---|
static interface |
JGraphLayout.Stoppable
An additional interface that should be implemented if a layout is
expected to run longer.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
VERSION
Global static product identifier.
|
Modifier and Type | Method and Description |
---|---|
void |
run(JGraphFacade graph)
Takes the graph detail and configuration information within the facade
and creates the resulting laid out graph within that facade for further
use
|
static final java.lang.String VERSION
void run(JGraphFacade graph)
graph
- The layout facade that the layout will use as inputCopyright (C) 2001-2009 JGraph Ltd. All rights reserved.