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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getHeight()
int
getWidth()
int
getX()
int
getY()
void
setHeight(int height)
void
setWidth(int width)
void
setX(int x)
void
setY(int y)
-