public class FlowFactory extends Object
VFlow
s.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()
VFlow
public static VFlow newFlow(SkinFactory<? extends ConnectionSkin,? extends VNodeSkin> skinFactory)
skinFactory
- Defines the skin factory used to render the workflowVFlow
public static VFlowModel newFlowModel()
public static IdGenerator newIdGenerator()