Class GtileAssembly
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.shape.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 XDimension2DcalculateDimension(StringBounder stringBounder)StyleSignatureBasicgetDefaultStyleDefinitionArrow()java.util.Collection<GConnection>getInnerConnections()protected TextBlockgetTextBlock(Display display)protected UTranslatesupplementaryMove()-
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.klimt.shape.AbstractTextBlock
getBackcolor, getInnerPosition, getMagneticBorder, 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.klimt.shape.TextBlock
getBackcolor, getInnerPosition, getMagneticBorder, getMinMax
-
-
-
-
Constructor Detail
-
GtileAssembly
public GtileAssembly(Gtile tile1, Gtile tile2, LinkRendering linkRendering)
-
-
Method Detail
-
supplementaryMove
protected UTranslate supplementaryMove()
- Overrides:
supplementaryMovein classGtileTopDown
-
getDefaultStyleDefinitionArrow
public final StyleSignatureBasic getDefaultStyleDefinitionArrow()
-
calculateDimension
public XDimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimensionin interfaceTextBlock- Overrides:
calculateDimensionin classGtileTopDown
-
getInnerConnections
public java.util.Collection<GConnection> getInnerConnections()
- Specified by:
getInnerConnectionsin interfaceGtile- Overrides:
getInnerConnectionsin classAbstractGtile
-
-