public class GroupingGraphicalElementElse extends Object implements InGroupable
| Constructor and Description |
|---|
GroupingGraphicalElementElse(double startingY,
Component compElse,
InGroupableList inGroupableList,
boolean parallel,
net.sourceforge.plantuml.sequencediagram.graphic.Lazy afterY) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
drawInternalU(UGraphic ug,
double maxX,
Context2D context) |
void |
drawU(UGraphic ug,
double maxX,
Context2D context) |
double |
getActualWidth(StringBounder stringBounder) |
protected InGroupableList |
getInGroupableList() |
double |
getMaxX(StringBounder stringBounder) |
double |
getMinX(StringBounder stringBounder) |
double |
getPreferredHeight(StringBounder stringBounder) |
double |
getPreferredWidth(StringBounder stringBounder) |
double |
getStartingX(StringBounder stringBounder) |
protected double |
getStartingY() |
String |
toString(StringBounder stringBounder) |
public GroupingGraphicalElementElse(double startingY,
Component compElse,
InGroupableList inGroupableList,
boolean parallel,
net.sourceforge.plantuml.sequencediagram.graphic.Lazy afterY)
public double getPreferredHeight(StringBounder stringBounder)
public double getPreferredWidth(StringBounder stringBounder)
public double getMinX(StringBounder stringBounder)
getMinX in interface InGroupablepublic double getMaxX(StringBounder stringBounder)
getMaxX in interface InGroupablepublic String toString(StringBounder stringBounder)
toString in interface InGroupablepublic final double getActualWidth(StringBounder stringBounder)
public final double getStartingX(StringBounder stringBounder)
protected final InGroupableList getInGroupableList()
protected final double getStartingY()
Copyright © 2017. All rights reserved.