public class FlowFactory extends Object
VFlows.| Constructor and Description |
|---|
FlowFactory() |
| Modifier and Type | Method and Description |
|---|---|
static VFlow |
newFlow()
Creates a new instance of a flow
|
static VFlow |
newFlow(SkinFactory<? extends ConnectionSkin,? extends VNodeSkin> skinFactory)
Creates a new instance of a flow and specify its skin
|
static VFlowModel |
newFlowModel()
Creates a new flow model
|
static IdGenerator |
newIdGenerator()
Returns a new id generator.
|
public static VFlow newFlow()
VFlowpublic static VFlow newFlow(SkinFactory<? extends ConnectionSkin,? extends VNodeSkin> skinFactory)
skinFactory - Defines the skin factory used to render the workflowVFlowpublic static VFlowModel newFlowModel()
public static IdGenerator newIdGenerator()