Class GtileAssembly
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.AbstractTextBlock
-
- net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtile
-
- net.sourceforge.plantuml.activitydiagram3.gtile.GtileAssemblySimple
-
- net.sourceforge.plantuml.activitydiagram3.gtile.GtileAssembly
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.activitydiagram3.gtile.GtileAssemblySimple
tile1, tile2
-
Fields inherited from class net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtile
stringBounder
-
-
Constructor Summary
Constructors Constructor Description GtileAssembly(Gtile tile1, Gtile tile2, LinkRendering linkRendering)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StyleSignaturegetDefaultStyleDefinitionArrow()java.util.Collection<GConnection>getInnerConnections()protected TextBlockgetTextBlock(Display display)protected UTranslatesupplementaryMove()-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.gtile.GtileAssemblySimple
calculateDimension, drawU, getCoord, getMyChildren, getPos1, getPos2, getSwimlanes, toString
-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtile
getGPoint, getIHtmlColorSet, getRose, getStringBounder, getSwimlane, getThickness, skinParam
-
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, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.graphic.TextBlock
getInnerPosition, getMinMax
-
-
-
-
Constructor Detail
-
GtileAssembly
public GtileAssembly(Gtile tile1, Gtile tile2, LinkRendering linkRendering)
-
-
Method Detail
-
supplementaryMove
protected UTranslate supplementaryMove()
- Overrides:
supplementaryMovein classGtileAssemblySimple
-
getDefaultStyleDefinitionArrow
public final StyleSignature getDefaultStyleDefinitionArrow()
-
getInnerConnections
public java.util.Collection<GConnection> getInnerConnections()
- Specified by:
getInnerConnectionsin interfaceGtile- Overrides:
getInnerConnectionsin classAbstractGtile
-
-