Class PlayingSpace
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.PlayingSpace
-
-
Constructor Summary
Constructors Constructor Description PlayingSpace(SequenceDiagram diagram, Dolls dolls, TileArguments tileArguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addConstraints()
void
drawBackground(UGraphic ug)
void
drawForeground(UGraphic ug)
double
getBorder1()
double
getBorder2()
LivingSpaces
getLivingSpaces()
Real
getMaxX(StringBounder stringBounder)
Real
getMinX(StringBounder stringBounder)
int
getNbPages()
double
getPreferredHeight(StringBounder stringBounder)
boolean
isShowFootbox()
List<Double>
yNewPages()
-
-
-
Constructor Detail
-
PlayingSpace
public PlayingSpace(SequenceDiagram diagram, Dolls dolls, TileArguments tileArguments)
-
-
Method Detail
-
drawBackground
public void drawBackground(UGraphic ug)
-
drawForeground
public void drawForeground(UGraphic ug)
-
getPreferredHeight
public double getPreferredHeight(StringBounder stringBounder)
-
addConstraints
public void addConstraints()
-
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
-
getNbPages
public int getNbPages()
-
-