net.sourceforge.plantuml.activitydiagram3.ftile.vcompact
Class ConnectionVerticalDown

java.lang.Object
  extended by net.sourceforge.plantuml.activitydiagram3.ftile.AbstractConnection
      extended by net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.ConnectionVerticalDown
All Implemented Interfaces:
Connection, UDrawable, UShape

public class ConnectionVerticalDown
extends AbstractConnection


Constructor Summary
ConnectionVerticalDown(Ftile ftile1, Ftile ftile2, Point2D p1, Point2D p2, HtmlColor color)
           
 
Method Summary
 void drawTranslate(UGraphic ug, UTranslate translate1, UTranslate translate2)
           
 void drawU(UGraphic ug)
           
 
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.AbstractConnection
getFtile1, getFtile2, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionVerticalDown

public ConnectionVerticalDown(Ftile ftile1,
                              Ftile ftile2,
                              Point2D p1,
                              Point2D p2,
                              HtmlColor color)
Method Detail

drawU

public void drawU(UGraphic ug)

drawTranslate

public void drawTranslate(UGraphic ug,
                          UTranslate translate1,
                          UTranslate translate2)


Copyright © 2013. All Rights Reserved.