Package net.sourceforge.plantuml.jungle
Interface GTile
-
- All Known Implementing Classes:
GTileLeftRight
,GTileNode
,GTileStack
public interface GTile extends TextBlock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GTileGeometry
calculateDimension(StringBounder stringBounder)
-
Methods inherited from interface net.sourceforge.plantuml.graphic.TextBlock
getInnerPosition, getMinMax
-
-
-
-
Method Detail
-
calculateDimension
GTileGeometry calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimension
in interfaceTextBlock
-
-