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 String
ARTIFACT_PREFIX
static int
BLACKBOX_PARTICIPANT_SIZE
static int
BPMN_IO_MARGIN
static int
DATA_OBJECT_HEIGHT
static String
DATA_OBJECT_REFERENCE_PREFIX
static int
DATA_OBJECT_WIDTH
static String
DATA_OBJECTS_LANE_PREFIX
static int
DATA_STORE_HEIGHT
static String
DATA_STORE_LANE_PREFIX
static int
DATA_STORE_WIDTH
static String
ELEMENT_CONTAINER_PREFIX
static float
EVENT_SIZE
static int
GATEWAY_SIZE
static String
HIERARCHY_NODE_PREFIX
static int
LABEL_HEIGHT
static int
LABEL_WIDTH
static int
MARGIN
static String
NESTED_SWIMLANE
static String
SWIMLANE
static int
TASK_HEIGHT
static int
TASK_WIDTH
static int
TEXT_ANNOTATION_HEIGHT
static int
TEXT_ANNOTATION_MARGIN
static int
TEXT_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
-
-