net.sourceforge.plantuml.sequencediagram.teoz
Class NoteTile

java.lang.Object
  extended by net.sourceforge.plantuml.sequencediagram.teoz.NoteTile
All Implemented Interfaces:
UDrawable, Tile, UShape

public class NoteTile
extends Object
implements Tile


Constructor Summary
NoteTile(LivingSpace livingSpace1, LivingSpace livingSpace2, Note note, Skin skin, ISkinParam skinParam)
           
 
Method Summary
 void addConstraints(StringBounder stringBounder)
           
 void drawU(UGraphic ug)
           
 Event getEvent()
           
 Real getMaxX(StringBounder stringBounder)
           
 Real getMinX(StringBounder stringBounder)
           
 double getPreferredHeight(StringBounder stringBounder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoteTile

public NoteTile(LivingSpace livingSpace1,
                LivingSpace livingSpace2,
                Note note,
                Skin skin,
                ISkinParam skinParam)
Method Detail

getEvent

public Event getEvent()
Specified by:
getEvent in interface Tile

drawU

public void drawU(UGraphic ug)
Specified by:
drawU in interface UDrawable

getPreferredHeight

public double getPreferredHeight(StringBounder stringBounder)
Specified by:
getPreferredHeight in interface Tile

addConstraints

public void addConstraints(StringBounder stringBounder)
Specified by:
addConstraints in interface Tile

getMinX

public Real getMinX(StringBounder stringBounder)
Specified by:
getMinX in interface Tile

getMaxX

public Real getMaxX(StringBounder stringBounder)
Specified by:
getMaxX in interface Tile


Copyright © 2014. All Rights Reserved.