Class GtileTopDown
- 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
-
- Direct Known Subclasses:
GtileAssembly
public class GtileTopDown extends AbstractGtile
-
-
Field Summary
Fields Modifier and Type Field Description protected Gtiletile1protected Gtiletile2-
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 GtileTopDown(Gtile tile1, Gtile tile2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XDimension2DcalculateDimension(StringBounder stringBounder)protected voiddrawUInternal(UGraphic ug)protected UTranslategetCoordImpl(java.lang.String name)protected UTranslategetPos1()protected UTranslategetPos2()SwimlanegetSwimlane(java.lang.String name)java.util.Set<Swimlane>getSwimlanes()protected UTranslatesupplementaryMove()java.lang.StringtoString()-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtile
getInnerConnections, 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
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
supplementaryMove
protected UTranslate supplementaryMove()
-
getCoordImpl
protected UTranslate getCoordImpl(java.lang.String name)
- Overrides:
getCoordImplin classAbstractGtile
-
getSwimlane
public Swimlane getSwimlane(java.lang.String name)
- Specified by:
getSwimlanein interfaceSwimable2- Overrides:
getSwimlanein classAbstractGtile
-
getPos1
protected UTranslate getPos1()
-
getPos2
protected UTranslate getPos2()
-
drawUInternal
protected void drawUInternal(UGraphic ug)
- Specified by:
drawUInternalin classAbstractGtileRoot
-
calculateDimension
public XDimension2D calculateDimension(StringBounder stringBounder)
-
getSwimlanes
public java.util.Set<Swimlane> getSwimlanes()
- Specified by:
getSwimlanesin interfaceSwimable2- Overrides:
getSwimlanesin classAbstractGtile
-
-