Class GtileAssembly
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.AbstractTextBlock
-
- net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtileRoot
-
- net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtile
-
- net.sourceforge.plantuml.activitydiagram3.gtile.GtileTopDown
-
- net.sourceforge.plantuml.activitydiagram3.gtile.GtileAssembly
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.activitydiagram3.gtile.GtileTopDown
tile1, tile2
-
Fields inherited from class net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtile
singleSwimlane
-
Fields inherited from class net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtileRoot
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 XDimension2D
calculateDimension(StringBounder stringBounder)
StyleSignatureBasic
getDefaultStyleDefinitionArrow()
Collection<GConnection>
getInnerConnections()
protected TextBlock
getTextBlock(Display display)
protected UTranslate
supplementaryMove()
-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.gtile.GtileTopDown
drawUInternal, getCoordImpl, getPos1, getPos2, getSwimlane, getSwimlanes, toString
-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtile
getRose, getThickness
-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtileRoot
drawU, getCoord, getGPoint, getIHtmlColorSet, getStringBounder, 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.activitydiagram3.gtile.Gtile
getCoord, getGPoint, getStringBounder, skinParam
-
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:
supplementaryMove
in classGtileTopDown
-
getDefaultStyleDefinitionArrow
public final StyleSignatureBasic getDefaultStyleDefinitionArrow()
-
calculateDimension
public XDimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimension
in interfaceTextBlock
- Overrides:
calculateDimension
in classGtileTopDown
-
getInnerConnections
public Collection<GConnection> getInnerConnections()
- Specified by:
getInnerConnections
in interfaceGtile
- Overrides:
getInnerConnections
in classAbstractGtile
-
-