Interface Gtile
-
- All Known Implementing Classes:
AbstractGtile
,AbstractGtileRoot
,GtileAssembly
,GtileBox
,GtileCircleStart
,GtileColumns
,GtileEmpty
,GtileGroup
,GtileHexagonInside
,GtileHexagonInsideLabelled
,GtileIfAlone
,GtileIfHexagon
,GtileRepeat
,GtileSplit
,GtileTopDown
,GtileTopDown3
,GtileWithIncomingArrow
,GtileWithMargin
,GtileWithNoteOpale
,GtileWithOutgoingArrow
public interface Gtile extends Swimable2, TextBlock
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
USE_GTILE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UTranslate
getCoord(String name)
GPoint
getGPoint(String name)
Collection<GConnection>
getInnerConnections()
StringBounder
getStringBounder()
ISkinParam
skinParam()
-
Methods inherited from interface net.sourceforge.plantuml.activitydiagram3.gtile.Swimable2
getSwimlane, getSwimlanes
-
Methods inherited from interface net.sourceforge.plantuml.graphic.TextBlock
calculateDimension, getInnerPosition, getMinMax
-
-
-
-
Field Detail
-
USE_GTILE
static final boolean USE_GTILE
- See Also:
- Constant Field Values
-
-
Method Detail
-
skinParam
ISkinParam skinParam()
-
getStringBounder
StringBounder getStringBounder()
-
getCoord
UTranslate getCoord(String name)
-
getInnerConnections
Collection<GConnection> getInnerConnections()
-
-