net.sourceforge.plantuml.sequencediagram.teoz
Interface Tile

All Superinterfaces:
UDrawable, UShape
All Known Implementing Classes:
CommunicationExoTile, CommunicationTile, CommunicationTileNoteLeft, CommunicationTileNoteRight, CommunicationTileSelf, CommunicationTileSelfNoteRight, DelayTile, DividerTile, ElseTile, GroupingTile, MainTile, NoteTile, ReferenceTile

public interface Tile
extends UDrawable, UShape


Method Summary
 void addConstraints(StringBounder stringBounder)
           
 Event getEvent()
           
 Real getMaxX(StringBounder stringBounder)
           
 Real getMinX(StringBounder stringBounder)
           
 double getPreferredHeight(StringBounder stringBounder)
           
 
Methods inherited from interface net.sourceforge.plantuml.graphic.UDrawable
drawU
 

Method Detail

getPreferredHeight

double getPreferredHeight(StringBounder stringBounder)

addConstraints

void addConstraints(StringBounder stringBounder)

getMinX

Real getMinX(StringBounder stringBounder)

getMaxX

Real getMaxX(StringBounder stringBounder)

getEvent

Event getEvent()


Copyright © 2014. All Rights Reserved.