Package net.sourceforge.plantuml.posimo
Interface Racorder
-
- All Known Implementing Classes:
RacorderAbstract
,RacorderFollowTangeante
,RacorderFollowTangeanteOld
,RacorderInToCenter
,RacorderOrthogonal
public interface Racorder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DotPath
getRacordIn(XRectangle2D rect, XLine2D tangeante)
DotPath
getRacordOut(XRectangle2D rect, XLine2D tangeante)
-
-
-
Method Detail
-
getRacordIn
DotPath getRacordIn(XRectangle2D rect, XLine2D tangeante)
-
getRacordOut
DotPath getRacordOut(XRectangle2D rect, XLine2D tangeante)
-
-