Class GroupingGraphicalElementElse
java.lang.Object
net.sourceforge.plantuml.sequencediagram.graphic.GroupingGraphicalElementElse
- All Implemented Interfaces:
InGroupable
-
Constructor Summary
ConstructorDescriptionGroupingGraphicalElementElse
(double startingY, Component compElse, InGroupableList inGroupableList, boolean parallel, net.sourceforge.plantuml.sequencediagram.graphic.Lazy afterY) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
drawInternalU
(UGraphic ug, double maxX, Context2D context) final void
final double
getActualWidth
(StringBounder stringBounder) protected final InGroupableList
double
getMaxX
(StringBounder stringBounder) double
getMinX
(StringBounder stringBounder) double
getPreferredHeight
(StringBounder stringBounder) double
getPreferredWidth
(StringBounder stringBounder) final double
getStartingX
(StringBounder stringBounder) protected final double
toString
(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:
getMinX
in interfaceInGroupable
-
getMaxX
- Specified by:
getMaxX
in interfaceInGroupable
-
toString
- Specified by:
toString
in interfaceInGroupable
-
getActualWidth
-
getStartingX
-
getInGroupableList
-
getStartingY
protected final double getStartingY() -
drawU
-