Package net.sourceforge.plantuml.posimo
Class RacorderOrthogonal
- java.lang.Object
-
- net.sourceforge.plantuml.posimo.RacorderAbstract
-
- net.sourceforge.plantuml.posimo.RacorderOrthogonal
-
- All Implemented Interfaces:
Racorder
public class RacorderOrthogonal extends RacorderAbstract implements Racorder
-
-
Constructor Summary
Constructors Constructor Description RacorderOrthogonal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DotPath
getRacordIn(Rectangle2D rect, Line2D tangeante)
-
Methods inherited from class net.sourceforge.plantuml.posimo.RacorderAbstract
getRacordOut
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.posimo.Racorder
getRacordOut
-
-
-
-
Method Detail
-
getRacordIn
public DotPath getRacordIn(Rectangle2D rect, Line2D tangeante)
- Specified by:
getRacordIn
in interfaceRacorder
-
-