Class TileParallel
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.TileParallel
-
- All Implemented Interfaces:
UDrawable,Tile,TileWithCallbackY,TileWithUpdateStairs,UShape
public class TileParallel extends java.lang.Object implements Tile, TileWithUpdateStairs, TileWithCallbackY
-
-
Constructor Summary
Constructors Constructor Description TileParallel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Tile tile)voidaddConstraints(StringBounder stringBounder)voidcallbackY(double y)voiddrawU(UGraphic ug)EventgetEvent()RealgetMaxX(StringBounder stringBounder)RealgetMinX(StringBounder stringBounder)doublegetPreferredHeight(StringBounder stringBounder)doublegetYPoint(StringBounder stringBounder)doublegetZ(StringBounder stringBounder)booleanmatchAnchorV1(java.lang.String anchor)voidupdateStairs(StringBounder stringBounder, double y)
-
-
-
Method Detail
-
callbackY
public void callbackY(double y)
- Specified by:
callbackYin interfaceTileWithCallbackY
-
updateStairs
public void updateStairs(StringBounder stringBounder, double y)
- Specified by:
updateStairsin interfaceTileWithUpdateStairs
-
add
public void add(Tile tile)
-
getYPoint
public double getYPoint(StringBounder stringBounder)
- Specified by:
getYPointin interfaceTile- Specified by:
getYPointin interfaceTileWithUpdateStairs
-
getZ
public double getZ(StringBounder stringBounder)
-
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)
-
matchAnchorV1
public boolean matchAnchorV1(java.lang.String anchor)
- Specified by:
matchAnchorV1in interfaceTile
-
-