Class MainTile
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.MainTile
-
-
Constructor Summary
Constructors Constructor Description MainTile(SequenceDiagram diagram, Englobers englobers, TileArguments tileArguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddConstraints(StringBounder stringBounder)voiddrawForeground(UGraphic ug)voiddrawU(UGraphic ug)doublegetBorder1()doublegetBorder2()EventgetEvent()LivingSpacesgetLivingSpaces()RealgetMaxX(StringBounder stringBounder)RealgetMinX(StringBounder stringBounder)doublegetPreferredHeight(StringBounder stringBounder)booleanisShowFootbox()
-
-
-
Constructor Detail
-
MainTile
public MainTile(SequenceDiagram diagram, Englobers englobers, TileArguments tileArguments)
-
-
Method Detail
-
drawForeground
public void drawForeground(UGraphic ug)
-
getPreferredHeight
public double getPreferredHeight(StringBounder stringBounder)
- Specified by:
getPreferredHeightin interfaceTile
-
addConstraints
public void addConstraints(StringBounder stringBounder)
- Specified by:
addConstraintsin interfaceTile
-
getMinX
public Real getMinX(StringBounder stringBounder)
-
getMaxX
public Real getMaxX(StringBounder stringBounder)
-
isShowFootbox
public boolean isShowFootbox()
-
getLivingSpaces
public LivingSpaces getLivingSpaces()
-
getBorder1
public double getBorder1()
- Specified by:
getBorder1in interfaceBordered
-
getBorder2
public double getBorder2()
- Specified by:
getBorder2in interfaceBordered
-
-