Class Lane

  • All Implemented Interfaces:
    HasDIBounds

    public class Lane
    extends Object
    implements HasDIBounds
    A single lane in a BPMN 2.0 LaneSet, currently only used internally for rendering the diagram. The PVM doesn't actually use the laneSets/lanes.
    Author:
    Frederik Heremans
    • Field Detail

      • x

        protected int x
      • y

        protected int y
      • width

        protected int width
      • height

        protected int height
    • Constructor Detail

      • Lane

        public Lane()