Package science.aist.bpmn.viz
Class VisualizationConstants
- java.lang.Object
 - 
- science.aist.bpmn.viz.VisualizationConstants
 
 
- 
public class VisualizationConstants extends Object
Visualizations constants which are used by the BPMN layouting process.
- Author:
 - Clemens Toegel
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringARTIFACT_PREFIXstatic intBLACKBOX_PARTICIPANT_SIZEstatic intBPMN_IO_MARGINstatic intDATA_OBJECT_HEIGHTstatic StringDATA_OBJECT_REFERENCE_PREFIXstatic intDATA_OBJECT_WIDTHstatic StringDATA_OBJECTS_LANE_PREFIXstatic intDATA_STORE_HEIGHTstatic StringDATA_STORE_LANE_PREFIXstatic intDATA_STORE_WIDTHstatic StringELEMENT_CONTAINER_PREFIXstatic floatEVENT_SIZEstatic intGATEWAY_SIZEstatic StringHIERARCHY_NODE_PREFIXstatic intLABEL_HEIGHTstatic intLABEL_WIDTHstatic intMARGINstatic StringNESTED_SWIMLANEstatic StringSWIMLANEstatic intTASK_HEIGHTstatic intTASK_WIDTHstatic intTEXT_ANNOTATION_HEIGHTstatic intTEXT_ANNOTATION_MARGINstatic intTEXT_ANNOTATION_WIDTH 
 - 
 
- 
- 
Field Detail
- 
ELEMENT_CONTAINER_PREFIX
public static final String ELEMENT_CONTAINER_PREFIX
- See Also:
 - Constant Field Values
 
 
- 
DATA_OBJECTS_LANE_PREFIX
public static final String DATA_OBJECTS_LANE_PREFIX
- See Also:
 - Constant Field Values
 
 
- 
DATA_STORE_LANE_PREFIX
public static final String DATA_STORE_LANE_PREFIX
- See Also:
 - Constant Field Values
 
 
- 
HIERARCHY_NODE_PREFIX
public static final String HIERARCHY_NODE_PREFIX
- See Also:
 - Constant Field Values
 
 
- 
DATA_OBJECT_REFERENCE_PREFIX
public static final String DATA_OBJECT_REFERENCE_PREFIX
- See Also:
 - Constant Field Values
 
 
- 
ARTIFACT_PREFIX
public static final String ARTIFACT_PREFIX
- See Also:
 - Constant Field Values
 
 
- 
NESTED_SWIMLANE
public static final String NESTED_SWIMLANE
- See Also:
 - Constant Field Values
 
 
- 
SWIMLANE
public static final String SWIMLANE
- See Also:
 - Constant Field Values
 
 
- 
EVENT_SIZE
public static final float EVENT_SIZE
- See Also:
 - Constant Field Values
 
 
- 
GATEWAY_SIZE
public static final int GATEWAY_SIZE
- See Also:
 - Constant Field Values
 
 
- 
TASK_WIDTH
public static final int TASK_WIDTH
- See Also:
 - Constant Field Values
 
 
- 
TASK_HEIGHT
public static final int TASK_HEIGHT
- See Also:
 - Constant Field Values
 
 
- 
DATA_OBJECT_WIDTH
public static final int DATA_OBJECT_WIDTH
- See Also:
 - Constant Field Values
 
 
- 
DATA_OBJECT_HEIGHT
public static final int DATA_OBJECT_HEIGHT
- See Also:
 - Constant Field Values
 
 
- 
DATA_STORE_WIDTH
public static final int DATA_STORE_WIDTH
- See Also:
 - Constant Field Values
 
 
- 
DATA_STORE_HEIGHT
public static final int DATA_STORE_HEIGHT
- See Also:
 - Constant Field Values
 
 
- 
MARGIN
public static final int MARGIN
- See Also:
 - Constant Field Values
 
 
- 
TEXT_ANNOTATION_HEIGHT
public static final int TEXT_ANNOTATION_HEIGHT
- See Also:
 - Constant Field Values
 
 
- 
TEXT_ANNOTATION_WIDTH
public static final int TEXT_ANNOTATION_WIDTH
- See Also:
 - Constant Field Values
 
 
- 
TEXT_ANNOTATION_MARGIN
public static final int TEXT_ANNOTATION_MARGIN
- See Also:
 - Constant Field Values
 
 
- 
BLACKBOX_PARTICIPANT_SIZE
public static final int BLACKBOX_PARTICIPANT_SIZE
- See Also:
 - Constant Field Values
 
 
- 
LABEL_WIDTH
public static final int LABEL_WIDTH
- See Also:
 - Constant Field Values
 
 
- 
LABEL_HEIGHT
public static final int LABEL_HEIGHT
- See Also:
 - Constant Field Values
 
 
- 
BPMN_IO_MARGIN
public static final int BPMN_IO_MARGIN
- See Also:
 - Constant Field Values
 
 
 - 
 
 -