Class FtileAssemblySimple
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.AbstractTextBlock
-
- net.sourceforge.plantuml.activitydiagram3.ftile.FtileAssemblySimple
-
-
Constructor Summary
Constructors Constructor Description FtileAssemblySimple(Ftile tile1, Ftile tile2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HorizontalAlignment
arrowHorizontalAlignment()
FtileGeometry
calculateDimension(StringBounder stringBounder)
void
drawU(UGraphic ug)
LinkRendering
getInLinkRendering()
Collection<Connection>
getInnerConnections()
Collection<Ftile>
getMyChildren()
LinkRendering
getOutLinkRendering()
Swimlane
getSwimlaneIn()
Swimlane
getSwimlaneOut()
Set<Swimlane>
getSwimlanes()
UStroke
getThickness(Style style)
UTranslate
getTranslateFor(Ftile child, StringBounder stringBounder)
List<WeldingPoint>
getWeldingPoints()
ISkinParam
skinParam()
String
toString()
-
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
-
getSwimlaneIn
public Swimlane getSwimlaneIn()
- Specified by:
getSwimlaneIn
in interfaceSwimable
-
getSwimlaneOut
public Swimlane getSwimlaneOut()
- Specified by:
getSwimlaneOut
in interfaceSwimable
-
getTranslateFor
public UTranslate getTranslateFor(Ftile child, StringBounder stringBounder)
- Specified by:
getTranslateFor
in interfaceFtile
-
getInLinkRendering
public LinkRendering getInLinkRendering()
- Specified by:
getInLinkRendering
in interfaceFtile
-
getOutLinkRendering
public LinkRendering getOutLinkRendering()
- Specified by:
getOutLinkRendering
in interfaceFtile
-
calculateDimension
public FtileGeometry calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimension
in interfaceFtile
- Specified by:
calculateDimension
in interfaceTextBlock
-
getInnerConnections
public Collection<Connection> getInnerConnections()
- Specified by:
getInnerConnections
in interfaceFtile
-
getSwimlanes
public Set<Swimlane> getSwimlanes()
- Specified by:
getSwimlanes
in interfaceSwimable
-
skinParam
public ISkinParam skinParam()
-
getThickness
public UStroke getThickness(Style style)
- Specified by:
getThickness
in interfaceFtile
-
getWeldingPoints
public List<WeldingPoint> getWeldingPoints()
- Specified by:
getWeldingPoints
in interfaceFtile
-
getMyChildren
public Collection<Ftile> getMyChildren()
- Specified by:
getMyChildren
in interfaceFtile
-
arrowHorizontalAlignment
public HorizontalAlignment arrowHorizontalAlignment()
- Specified by:
arrowHorizontalAlignment
in interfaceFtile
-
-