Constructor and Description |
---|
PlayingSpace(SequenceDiagram diagram,
Dolls dolls,
TileArguments tileArguments) |
Modifier and Type | Method and 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() |
java.util.List<java.lang.Double> |
yNewPages() |
public PlayingSpace(SequenceDiagram diagram, Dolls dolls, TileArguments tileArguments)
public void drawBackground(UGraphic ug)
public void drawForeground(UGraphic ug)
public double getPreferredHeight(StringBounder stringBounder)
public void addConstraints()
public Real getMinX(StringBounder stringBounder)
public Real getMaxX(StringBounder stringBounder)
public boolean isShowFootbox()
public LivingSpaces getLivingSpaces()
public double getBorder1()
getBorder1
in interface Bordered
public double getBorder2()
getBorder2
in interface Bordered
public java.util.List<java.lang.Double> yNewPages()
public int getNbPages()