Package net.sourceforge.plantuml.jungle
Class GTileNode
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.AbstractTextBlock
-
- net.sourceforge.plantuml.jungle.GTileNode
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GTileGeometrycalculateDimension(StringBounder stringBounder)voiddrawU(UGraphic ug)static SheetBlock1getTextBlock(Display display)-
Methods inherited from class net.sourceforge.plantuml.graphic.AbstractTextBlock
getInnerPosition, getMinMax
-
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.graphic.TextBlock
getInnerPosition, getMinMax
-
-
-
-
Constructor Detail
-
GTileNode
public GTileNode(GNode node)
-
-
Method Detail
-
getTextBlock
public static SheetBlock1 getTextBlock(Display display)
-
calculateDimension
public GTileGeometry calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimensionin interfaceGTile- Specified by:
calculateDimensionin interfaceTextBlock
-
-