Class BpmnStylesheetColor

    • Constructor Summary

      Constructors 
      Constructor Description
      BpmnStylesheetColor()
      Creates the style sheet.
    • Method Summary

      • Methods inherited from class com.mxgraph.view.mxStylesheet

        createDefaultEdgeStyle, createDefaultVertexStyle, getCellStyle, getDefaultEdgeStyle, getDefaultVertexStyle, getStyles, putCellStyle, setDefaultEdgeStyle, setDefaultVertexStyle, setStyles
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NAME

        public static java.lang.String NAME
        Style sheet name.
      • POOL_COLOR

        public static final java.lang.String POOL_COLOR
        BPMN Pool Color
        See Also:
        Constant Field Values
      • LANE_COLOR

        public static final java.lang.String LANE_COLOR
        BPMN Lane Color
        See Also:
        Constant Field Values
      • TASK_COLOR

        public static final java.lang.String TASK_COLOR
        BPMN Task Color
        See Also:
        Constant Field Values
      • SUBPROCESS_COLOR

        public static final java.lang.String SUBPROCESS_COLOR
        BPMN Sub-Process Color
        See Also:
        Constant Field Values
      • EXTERNAL_SUBPROCESS_COLOR

        public static final java.lang.String EXTERNAL_SUBPROCESS_COLOR
        BPMN External Sub-Process Color
        See Also:
        Constant Field Values
      • EVENT_SUBPROCESS_COLOR

        public static final java.lang.String EVENT_SUBPROCESS_COLOR
        BPMN Event-Sub-Process Color
        See Also:
        Constant Field Values
      • GATEWAY_COLOR

        public static final java.lang.String GATEWAY_COLOR
        BPMN Gateway Color
        See Also:
        Constant Field Values
      • START_EVENT_COLOR

        public static final java.lang.String START_EVENT_COLOR
        BPMN Start Event Color
        See Also:
        Constant Field Values
      • INTERMEDIATE_EVENT_COLOR

        public static final java.lang.String INTERMEDIATE_EVENT_COLOR
        BPMN Intermediate Event Color
        See Also:
        Constant Field Values
      • END_EVENT_COLOR

        public static final java.lang.String END_EVENT_COLOR
        BPMN End Event Color
        See Also:
        Constant Field Values
      • BOUNDARY_EVENT_COLOR

        public static final java.lang.String BOUNDARY_EVENT_COLOR
        BPMN End Event Color
        See Also:
        Constant Field Values
      • INPUT_PARAMETER_COLOR

        public static final java.lang.String INPUT_PARAMETER_COLOR
        Optional Input Parameter Color
        See Also:
        Constant Field Values
      • OUTPUT_PARAMETER_COLOR

        public static final java.lang.String OUTPUT_PARAMETER_COLOR
        Output Parameter Color
        See Also:
        Constant Field Values
      • DEFAULT_POOL_WIDTH

        public static final int DEFAULT_POOL_WIDTH
        Default Pool Width
        See Also:
        Constant Field Values
      • DEFAULT_POOL_HEIGHT

        public static final int DEFAULT_POOL_HEIGHT
        Default Pool Height
        See Also:
        Constant Field Values
      • PARAMETER_PORT_SIZE

        public static final double PARAMETER_PORT_SIZE
        Parameter port size
        See Also:
        Constant Field Values
      • DEFAULT_ACTIVITY_SIZES

        public static final java.util.Map<java.lang.String,​java.awt.Dimension> DEFAULT_ACTIVITY_SIZES
        Default Activity Sizes
      • COLLAPSED_SIZES

        public static final java.util.Map<java.lang.String,​java.awt.Dimension> COLLAPSED_SIZES
        Collapsed Sizes
    • Constructor Detail

      • BpmnStylesheetColor

        public BpmnStylesheetColor()
        Creates the style sheet.