Class GtileAssemblySimple
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.AbstractTextBlock
-
- net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtile
-
- net.sourceforge.plantuml.activitydiagram3.gtile.GtileAssemblySimple
-
- Direct Known Subclasses:
GtileAssembly
public class GtileAssemblySimple extends AbstractGtile
-
-
Field Summary
Fields Modifier and Type Field Description protected Gtiletile1protected Gtiletile2-
Fields inherited from class net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtile
stringBounder
-
-
Constructor Summary
Constructors Constructor Description GtileAssemblySimple(Gtile tile1, Gtile tile2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.geom.Dimension2DcalculateDimension(StringBounder stringBounder)voiddrawU(UGraphic ug)UTranslategetCoord(java.lang.String name)java.util.Collection<Gtile>getMyChildren()protected UTranslategetPos1()protected UTranslategetPos2()java.util.Set<Swimlane>getSwimlanes()protected UTranslatesupplementaryMove()java.lang.StringtoString()-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.gtile.AbstractGtile
getGPoint, getIHtmlColorSet, getInnerConnections, 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
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
supplementaryMove
protected UTranslate supplementaryMove()
-
getCoord
public UTranslate getCoord(java.lang.String name)
- Specified by:
getCoordin interfaceGtile- Overrides:
getCoordin classAbstractGtile
-
getPos1
protected UTranslate getPos1()
-
getPos2
protected UTranslate getPos2()
-
drawU
public void drawU(UGraphic ug)
-
calculateDimension
public java.awt.geom.Dimension2D calculateDimension(StringBounder stringBounder)
-
getSwimlanes
public java.util.Set<Swimlane> getSwimlanes()
- Specified by:
getSwimlanesin interfaceSwimable2- Overrides:
getSwimlanesin classAbstractGtile
-
getMyChildren
public java.util.Collection<Gtile> getMyChildren()
-
-