Package net.sourceforge.plantuml.bpm
Interface Placeable
-
- All Known Subinterfaces:
ConnectorPuzzle
- All Known Implementing Classes:
BpmElement
,ConnectorPuzzleEmpty
public interface Placeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.geom.Dimension2D
getDimension(StringBounder stringBounder, ISkinParam skinParam)
java.lang.String
getId()
TextBlock
toTextBlock(ISkinParam skinParam)
-
-
-
Method Detail
-
getDimension
java.awt.geom.Dimension2D getDimension(StringBounder stringBounder, ISkinParam skinParam)
-
toTextBlock
TextBlock toTextBlock(ISkinParam skinParam)
-
getId
java.lang.String getId()
-
-