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 void
addConstraints(StringBounder stringBounder)
void
drawForeground(UGraphic ug)
void
drawU(UGraphic ug)
double
getBorder1()
double
getBorder2()
Event
getEvent()
LivingSpaces
getLivingSpaces()
Real
getMaxX(StringBounder stringBounder)
Real
getMinX(StringBounder stringBounder)
double
getPreferredHeight(StringBounder stringBounder)
boolean
isShowFootbox()
-
-
-
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:
getPreferredHeight
in interfaceTile
-
addConstraints
public void addConstraints(StringBounder stringBounder)
- Specified by:
addConstraints
in 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:
getBorder1
in interfaceBordered
-
getBorder2
public double getBorder2()
- Specified by:
getBorder2
in interfaceBordered
-
-