Class GtileTopDown3
- 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.GtileTopDown3
-
- Direct Known Subclasses:
GtileIfAlone
,GtileRepeat
,GtileWhile
public class GtileTopDown3 extends AbstractGtile
-
-
Field Summary
Fields Modifier and Type Field Description protected Gtile
tile1
protected Gtile
tile2
protected Gtile
tile3
-
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 GtileTopDown3(Gtile tile1, Gtile tile2, Gtile tile3)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Dimension2D
calculateDimension(StringBounder stringBounder)
protected void
drawUInternal(UGraphic ug)
protected UTranslate
getCoordImpl(String name)
protected UTranslate
getPos1()
protected UTranslate
getPos2()
protected UTranslate
getPos3()
Swimlane
getSwimlane(String name)
Set<Swimlane>
getSwimlanes()
-
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.graphic.AbstractTextBlock
getInnerPosition, getMinMax
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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
-
-
-
-
Method Detail
-
getCoordImpl
protected UTranslate getCoordImpl(String name)
- Overrides:
getCoordImpl
in classAbstractGtile
-
getSwimlane
public Swimlane getSwimlane(String name)
- Specified by:
getSwimlane
in interfaceSwimable2
- Overrides:
getSwimlane
in classAbstractGtile
-
getPos1
protected UTranslate getPos1()
-
getPos2
protected UTranslate getPos2()
-
getPos3
protected UTranslate getPos3()
-
drawUInternal
protected void drawUInternal(UGraphic ug)
- Specified by:
drawUInternal
in classAbstractGtileRoot
-
calculateDimension
public Dimension2D calculateDimension(StringBounder stringBounder)
-
getSwimlanes
public Set<Swimlane> getSwimlanes()
- Specified by:
getSwimlanes
in interfaceSwimable2
- Overrides:
getSwimlanes
in classAbstractGtile
-
-