Interface ConnectionTranslatable
-
- All Superinterfaces:
Connection
,UDrawable
,UShape
- All Known Implementing Classes:
ConnectionVerticalDown
public interface ConnectionTranslatable extends Connection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
drawTranslate(UGraphic ug, UTranslate translate1, UTranslate translate2)
-
Methods inherited from interface net.sourceforge.plantuml.activitydiagram3.ftile.Connection
getFtile1, getFtile2
-
-
-
-
Method Detail
-
drawTranslate
void drawTranslate(UGraphic ug, UTranslate translate1, UTranslate translate2)
-
-