Class GroupingGraphicalElementElse
java.lang.Object
net.sourceforge.plantuml.sequencediagram.graphic.GroupingGraphicalElementElse
- All Implemented Interfaces:
InGroupable
-
Constructor Summary
ConstructorsConstructorDescriptionGroupingGraphicalElementElse(double startingY, Component compElse, InGroupableList inGroupableList, boolean parallel, net.sourceforge.plantuml.sequencediagram.graphic.Lazy afterY) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddrawInternalU(UGraphic ug, double maxX, Context2D context) final voidfinal doublegetActualWidth(StringBounder stringBounder) protected final InGroupableListdoublegetMaxX(StringBounder stringBounder) doublegetMinX(StringBounder stringBounder) doublegetPreferredHeight(StringBounder stringBounder) doublegetPreferredWidth(StringBounder stringBounder) final doublegetStartingX(StringBounder stringBounder) protected final doubletoString(StringBounder stringBounder)
-
Constructor Details
-
GroupingGraphicalElementElse
public GroupingGraphicalElementElse(double startingY, Component compElse, InGroupableList inGroupableList, boolean parallel, net.sourceforge.plantuml.sequencediagram.graphic.Lazy afterY)
-
-
Method Details
-
drawInternalU
-
getPreferredHeight
-
getPreferredWidth
-
getMinX
- Specified by:
getMinXin interfaceInGroupable
-
getMaxX
- Specified by:
getMaxXin interfaceInGroupable
-
toString
- Specified by:
toStringin interfaceInGroupable
-
getActualWidth
-
getStartingX
-
getInGroupableList
-
getStartingY
protected final double getStartingY() -
drawU
-