Class ElseTile
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.CommonTile
-
- net.sourceforge.plantuml.sequencediagram.teoz.AbstractTile
-
- net.sourceforge.plantuml.sequencediagram.teoz.ElseTile
-
public class ElseTile extends AbstractTile
-
-
Constructor Summary
Constructors Constructor Description ElseTile(GroupingLeaf anElse, Rose skin, ISkinParam skinParam, Tile parent, YGauge currentY)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddConstraints()voiddrawU(UGraphic ug)HColorgetBackColorGeneral()ComponentgetComponent(StringBounder stringBounder)doublegetContactPointRelative()EventgetEvent()RealgetMaxX()RealgetMinX()doublegetPreferredHeight()YGaugegetYGauge()-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.teoz.AbstractTile
getZZZ, matchAnchor
-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.teoz.CommonTile
callbackY, callbackY_internal, getMiddleX, getStringBounder, getTimeHook
-
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
callbackY, getMiddleX
-
-
-
-
Constructor Detail
-
ElseTile
public ElseTile(GroupingLeaf anElse, Rose skin, ISkinParam skinParam, Tile parent, YGauge currentY)
-
-
Method Detail
-
getEvent
public Event getEvent()
-
getContactPointRelative
public double getContactPointRelative()
- Specified by:
getContactPointRelativein interfaceTile- Overrides:
getContactPointRelativein classAbstractTile
-
getYGauge
public YGauge getYGauge()
- Specified by:
getYGaugein interfaceTile- Overrides:
getYGaugein classAbstractTile
-
getBackColorGeneral
public final HColor getBackColorGeneral()
-
getComponent
public Component getComponent(StringBounder stringBounder)
-
drawU
public void drawU(UGraphic ug)
-
getPreferredHeight
public double getPreferredHeight()
-
addConstraints
public void addConstraints()
-
getMinX
public Real getMinX()
-
getMaxX
public Real getMaxX()
-
-