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 voidaddConstraints()voiddrawBackground(UGraphic ug)voiddrawForeground(UGraphic ug)doublegetBorder1()doublegetBorder2()LivingSpacesgetLivingSpaces()RealgetMaxX(StringBounder stringBounder)RealgetMinX(StringBounder stringBounder)intgetNbPages()doublegetPreferredHeight(StringBounder stringBounder)booleanisShowFootbox()java.util.List<java.lang.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:
getBorder1in interfaceBordered
-
getBorder2
public double getBorder2()
- Specified by:
getBorder2in interfaceBordered
-
yNewPages
public java.util.List<java.lang.Double> yNewPages()
-
getNbPages
public int getNbPages()
-
-