Class GroupingTile
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.AbstractTile
-
- net.sourceforge.plantuml.sequencediagram.teoz.GroupingTile
-
- All Implemented Interfaces:
UDrawable,Tile,TileWithCallbackY,UShape
public class GroupingTile extends AbstractTile implements TileWithCallbackY
-
-
Constructor Summary
Constructors Constructor Description GroupingTile(java.util.Iterator<Event> it, GroupingStart start, TileArguments tileArgumentsBachColorChanged, TileArguments tileArgumentsOriginal)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddConstraints(StringBounder stringBounder)voidcallbackY(double y)voiddrawU(UGraphic ug)static doublefillPositionelTiles(StringBounder stringBounder, double y, java.util.List<Tile> tiles, java.util.List<YPositionedTile> local, java.util.List<YPositionedTile> full)EventgetEvent()RealgetMaxX(StringBounder stringBounder)RealgetMinX(StringBounder stringBounder)doublegetPreferredHeight(StringBounder stringBounder)doublegetYPoint(StringBounder stringBounder)-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.teoz.AbstractTile
getZ, matchAnchorV1
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.sequencediagram.teoz.Tile
getZ, matchAnchorV1
-
-
-
-
Constructor Detail
-
GroupingTile
public GroupingTile(java.util.Iterator<Event> it, GroupingStart start, TileArguments tileArgumentsBachColorChanged, TileArguments tileArgumentsOriginal)
-
-
Method Detail
-
getYPoint
public double getYPoint(StringBounder stringBounder)
- Specified by:
getYPointin interfaceTile- Overrides:
getYPointin classAbstractTile
-
getPreferredHeight
public double getPreferredHeight(StringBounder stringBounder)
- Specified by:
getPreferredHeightin interfaceTile
-
addConstraints
public void addConstraints(StringBounder stringBounder)
- Specified by:
addConstraintsin interfaceTile
-
getMinX
public Real getMinX(StringBounder stringBounder)
-
getMaxX
public Real getMaxX(StringBounder stringBounder)
-
callbackY
public void callbackY(double y)
- Specified by:
callbackYin interfaceTileWithCallbackY
-
fillPositionelTiles
public static double fillPositionelTiles(StringBounder stringBounder, double y, java.util.List<Tile> tiles, java.util.List<YPositionedTile> local, java.util.List<YPositionedTile> full)
-
-