Class AbstractConnection
- java.lang.Object
-
- net.sourceforge.plantuml.activitydiagram3.ftile.AbstractConnection
-
- All Implemented Interfaces:
Connection
,UDrawable
,UShape
- Direct Known Subclasses:
ConnectionCross
,ConnectionVerticalDown
public abstract class AbstractConnection extends Object implements Connection
-
-
Constructor Summary
Constructors Constructor Description AbstractConnection(Ftile ftile1, Ftile ftile2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HorizontalAlignment
arrowHorizontalAlignment()
Ftile
getFtile1()
Ftile
getFtile2()
String
toString()
-
-
-
Method Detail
-
getFtile1
public final Ftile getFtile1()
- Specified by:
getFtile1
in interfaceConnection
-
getFtile2
public final Ftile getFtile2()
- Specified by:
getFtile2
in interfaceConnection
-
arrowHorizontalAlignment
public final HorizontalAlignment arrowHorizontalAlignment()
-
-