Class ElseTile
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.ElseTile
-
- All Implemented Interfaces:
UDrawable
,Tile
,TileWithCallbackY
,UShape
public class ElseTile extends java.lang.Object implements TileWithCallbackY
-
-
Constructor Summary
Constructors Constructor Description ElseTile(GroupingLeaf anElse, Skin skin, ISkinParam skinParam, Tile parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addConstraints(StringBounder stringBounder)
void
callbackY(double y)
void
drawU(UGraphic ug)
double
getCallbackY()
Component
getComponent(StringBounder stringBounder)
Event
getEvent()
Real
getMaxX(StringBounder stringBounder)
Real
getMinX(StringBounder stringBounder)
double
getPreferredHeight(StringBounder stringBounder)
-
-
-
Constructor Detail
-
ElseTile
public ElseTile(GroupingLeaf anElse, Skin skin, ISkinParam skinParam, Tile parent)
-
-
Method Detail
-
getComponent
public Component getComponent(StringBounder stringBounder)
-
getPreferredHeight
public double getPreferredHeight(StringBounder stringBounder)
- Specified by:
getPreferredHeight
in interfaceTile
-
addConstraints
public void addConstraints(StringBounder stringBounder)
- Specified by:
addConstraints
in interfaceTile
-
getMinX
public Real getMinX(StringBounder stringBounder)
-
getMaxX
public Real getMaxX(StringBounder stringBounder)
-
callbackY
public void callbackY(double y)
- Specified by:
callbackY
in interfaceTileWithCallbackY
-
getCallbackY
public double getCallbackY()
-
-