All Implemented Interfaces:
BpmnModelElementInstance, Bounds, ModelElementInstance

public class BoundsImpl extends BpmnModelElementInstanceImpl implements Bounds
The DC bounds element
Author:
Sebastian Menski
  • Field Details

  • Constructor Details

  • Method Details

    • registerType

      public static void registerType(ModelBuilder modelBuilder)
    • getX

      public Double getX()
      Specified by:
      getX in interface Bounds
    • setX

      public void setX(double x)
      Specified by:
      setX in interface Bounds
    • getY

      public Double getY()
      Specified by:
      getY in interface Bounds
    • setY

      public void setY(double y)
      Specified by:
      setY in interface Bounds
    • getWidth

      public Double getWidth()
      Specified by:
      getWidth in interface Bounds
    • setWidth

      public void setWidth(double width)
      Specified by:
      setWidth in interface Bounds
    • getHeight

      public Double getHeight()
      Specified by:
      getHeight in interface Bounds
    • setHeight

      public void setHeight(double height)
      Specified by:
      setHeight in interface Bounds