Class NoteTile
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.CommonTile
-
- net.sourceforge.plantuml.sequencediagram.teoz.AbstractTile
-
- net.sourceforge.plantuml.sequencediagram.teoz.NoteTile
-
public class NoteTile extends AbstractTile implements Tile
-
-
Constructor Summary
Constructors Constructor Description NoteTile(StringBounder stringBounder, LivingSpace livingSpace1, LivingSpace livingSpace2, Note note, Rose skin, ISkinParam skinParam, YGauge currentY)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addConstraints()
void
drawU(UGraphic ug)
double
getContactPointRelative()
Event
getEvent()
Real
getMaxX()
Real
getMinX()
protected static ComponentType
getNoteComponentType(NoteStyle noteStyle)
double
getPreferredHeight()
YGauge
getYGauge()
-
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, getZZZ, matchAnchor
-
-
-
-
Constructor Detail
-
NoteTile
public NoteTile(StringBounder stringBounder, LivingSpace livingSpace1, LivingSpace livingSpace2, Note note, Rose skin, ISkinParam skinParam, YGauge currentY)
-
-
Method Detail
-
getContactPointRelative
public double getContactPointRelative()
- Specified by:
getContactPointRelative
in interfaceTile
- Overrides:
getContactPointRelative
in classAbstractTile
-
getYGauge
public YGauge getYGauge()
- Specified by:
getYGauge
in interfaceTile
- Overrides:
getYGauge
in classAbstractTile
-
getNoteComponentType
protected static ComponentType getNoteComponentType(NoteStyle noteStyle)
-
getPreferredHeight
public double getPreferredHeight()
- Specified by:
getPreferredHeight
in interfaceTile
-
addConstraints
public void addConstraints()
- Specified by:
addConstraints
in interfaceTile
-
-