Class GAbstractConnection
- java.lang.Object
-
- net.sourceforge.plantuml.activitydiagram3.gtile.GAbstractConnection
-
- All Implemented Interfaces:
GConnection,UDrawable,UShape
- Direct Known Subclasses:
GConnectionHorizontalThenVerticalDown,GConnectionLeftThenDownThenRight,GConnectionVerticalDown,GConnectionVerticalDownThenHorizontal
public abstract class GAbstractConnection extends java.lang.Object implements GConnection
-
-
Constructor Summary
Constructors Constructor Description GAbstractConnection(GPoint gpoint1, GPoint gpoint2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<GPoint>getHooks()java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getHooks
public final java.util.List<GPoint> getHooks()
- Specified by:
getHooksin interfaceGConnection
-
-