Interface InGroupable
-
- All Known Implementing Classes:
GroupingGraphicalElementElse,InGroupableList,LivingParticipantBox,MessageExoArrow
public interface InGroupable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetMaxX(StringBounder stringBounder)doublegetMinX(StringBounder stringBounder)StringtoString(StringBounder stringBounder)
-
-
-
Method Detail
-
getMinX
double getMinX(StringBounder stringBounder)
-
getMaxX
double getMaxX(StringBounder stringBounder)
-
toString
String toString(StringBounder stringBounder)
-
-