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 double
getMaxX(StringBounder stringBounder)
double
getMinX(StringBounder stringBounder)
java.lang.String
toString(StringBounder stringBounder)
-
-
-
Method Detail
-
getMinX
double getMinX(StringBounder stringBounder)
-
getMaxX
double getMaxX(StringBounder stringBounder)
-
toString
java.lang.String toString(StringBounder stringBounder)
-
-