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
-
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)
-