Package net.sourceforge.plantuml.posimo
Class RacorderAbstract
- java.lang.Object
-
- net.sourceforge.plantuml.posimo.RacorderAbstract
-
- All Implemented Interfaces:
Racorder
- Direct Known Subclasses:
RacorderFollowTangeante
,RacorderFollowTangeanteOld
,RacorderInToCenter
,RacorderOrthogonal
public abstract class RacorderAbstract extends Object implements Racorder
-
-
Constructor Summary
Constructors Constructor Description RacorderAbstract()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DotPath
getRacordOut(XRectangle2D rect, XLine2D tangeante)
-
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
getRacordIn
-
-
-
-
Method Detail
-
getRacordOut
public final DotPath getRacordOut(XRectangle2D rect, XLine2D tangeante)
- Specified by:
getRacordOut
in interfaceRacorder
-
-