Class GroupingTile
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.CommonTile
-
- net.sourceforge.plantuml.sequencediagram.teoz.AbstractTile
-
- net.sourceforge.plantuml.sequencediagram.teoz.GroupingTile
-
public class GroupingTile extends AbstractTile
-
-
Constructor Summary
Constructors Constructor Description GroupingTile(java.util.Iterator<Event> it, GroupingStart start, TileArguments tileArgumentsBackColorChanged, TileArguments tileArgumentsOriginal)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addConstraints()
void
callbackY_internal(double y)
void
drawU(UGraphic ug)
static double
fillPositionelTiles(StringBounder stringBounder, double y, java.util.List<Tile> tiles, java.util.List<YPositionedTile> local, java.util.List<YPositionedTile> full)
double
getContactPointRelative()
Event
getEvent()
Real
getMaxX()
Real
getMinX()
double
getPreferredHeight()
static boolean
isParallel(Tile tile)
-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.teoz.AbstractTile
getZZZ, matchAnchorV1
-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.teoz.CommonTile
callbackY, getStringBounder
-
-
-
-
Constructor Detail
-
GroupingTile
public GroupingTile(java.util.Iterator<Event> it, GroupingStart start, TileArguments tileArgumentsBackColorChanged, TileArguments tileArgumentsOriginal)
-
-
Method Detail
-
getEvent
public Event getEvent()
-
getContactPointRelative
public double getContactPointRelative()
- Specified by:
getContactPointRelative
in interfaceTile
- Overrides:
getContactPointRelative
in classAbstractTile
-
drawU
public void drawU(UGraphic ug)
-
getPreferredHeight
public double getPreferredHeight()
-
addConstraints
public void addConstraints()
-
getMinX
public Real getMinX()
-
getMaxX
public Real getMaxX()
-
callbackY_internal
public void callbackY_internal(double y)
- Overrides:
callbackY_internal
in classCommonTile
-
fillPositionelTiles
public static double fillPositionelTiles(StringBounder stringBounder, double y, java.util.List<Tile> tiles, java.util.List<YPositionedTile> local, java.util.List<YPositionedTile> full)
-
isParallel
public static boolean isParallel(Tile tile)
-
-