Package science.aist.bpmn.viz
Class GraphCreator
- java.lang.Object
-
- science.aist.bpmn.viz.GraphCreator
-
public class GraphCreator extends Object
Class which creates a graph and setup the style of it.
- Author:
- Clemens Toegel
-
-
Field Summary
Fields Modifier and Type Field Description static String
STYLE_BOUNDARY_SEQUENCE_FLOW
static String
STYLE_EVENT
static String
STYLE_GATEWAY
static String
STYLE_MESSAGE_FLOW
static String
STYLE_MESSAGE_FLOW_PARTICIPANT_TO_ELEMENT
static String
STYLE_SEQUENCE_FLOW
-
Constructor Summary
Constructors Constructor Description GraphCreator(boolean horizontal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.mxgraph.view.mxGraph
createGraph()
-
-
-
Field Detail
-
STYLE_EVENT
public static final String STYLE_EVENT
- See Also:
- Constant Field Values
-
STYLE_GATEWAY
public static final String STYLE_GATEWAY
- See Also:
- Constant Field Values
-
STYLE_SEQUENCE_FLOW
public static final String STYLE_SEQUENCE_FLOW
- See Also:
- Constant Field Values
-
STYLE_BOUNDARY_SEQUENCE_FLOW
public static final String STYLE_BOUNDARY_SEQUENCE_FLOW
- See Also:
- Constant Field Values
-
STYLE_MESSAGE_FLOW
public static final String STYLE_MESSAGE_FLOW
- See Also:
- Constant Field Values
-
STYLE_MESSAGE_FLOW_PARTICIPANT_TO_ELEMENT
public static final String STYLE_MESSAGE_FLOW_PARTICIPANT_TO_ELEMENT
- See Also:
- Constant Field Values
-
-