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 StringSTYLE_BOUNDARY_SEQUENCE_FLOWstatic StringSTYLE_EVENTstatic StringSTYLE_GATEWAYstatic StringSTYLE_MESSAGE_FLOWstatic StringSTYLE_MESSAGE_FLOW_PARTICIPANT_TO_ELEMENTstatic StringSTYLE_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.mxGraphcreateGraph() 
 - 
 
- 
- 
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
 
 
 - 
 
 -