Class NotesTile
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.CommonTile
-
- net.sourceforge.plantuml.sequencediagram.teoz.AbstractTile
-
- net.sourceforge.plantuml.sequencediagram.teoz.NotesTile
-
public class NotesTile extends AbstractTile implements Tile
-
-
Constructor Summary
Constructors Constructor Description NotesTile(StringBounder stringBounder, LivingSpaces livingSpaces, Notes notes, Rose skin, ISkinParam skinParam)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addConstraints()
void
drawU(UGraphic ug)
Event
getEvent()
Real
getMaxX()
Real
getMinX()
double
getPreferredHeight()
-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.teoz.AbstractTile
getContactPointRelative, getZZZ, matchAnchor
-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.teoz.CommonTile
callbackY, callbackY_internal, getMiddleX, getStringBounder, getY
-
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, getContactPointRelative, getMiddleX, getZZZ, matchAnchor
-
-
-
-
Constructor Detail
-
NotesTile
public NotesTile(StringBounder stringBounder, LivingSpaces livingSpaces, Notes notes, Rose skin, ISkinParam skinParam)
-
-
Method Detail
-
getPreferredHeight
public double getPreferredHeight()
- Specified by:
getPreferredHeight
in interfaceTile
-
addConstraints
public void addConstraints()
- Specified by:
addConstraints
in interfaceTile
-
-