Interface HasDIBounds

All Known Implementing Classes:
ActivityImpl, Lane, ParticipantProcess

public interface HasDIBounds
Marks implementing class as having DI-information bounded by a rectangle at a certain location.
Author:
Frederik Heremans
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
    int
     
    int
     
    void
    setHeight(int height)
     
    void
    setWidth(int width)
     
    void
    setX(int x)
     
    void
    setY(int y)
     
  • Method Details

    • getWidth

      int getWidth()
    • getHeight

      int getHeight()
    • getX

      int getX()
    • getY

      int getY()
    • setWidth

      void setWidth(int width)
    • setHeight

      void setHeight(int height)
    • setX

      void setX(int x)
    • setY

      void setY(int y)