All Implemented Interfaces:
BpmnModelElementInstance, Point, ModelElementInstance
Direct Known Subclasses:
WaypointImpl

public class PointImpl extends BpmnModelElementInstanceImpl implements Point
The DC point 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 Point
    • setX

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

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

      public void setY(double y)
      Specified by:
      setY in interface Point