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 java.lang.Object implements Racorder
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final DotPath
    getRacordOut(java.awt.geom.Rectangle2D rect, java.awt.geom.Line2D 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
  • Constructor Details

    • RacorderAbstract

      public RacorderAbstract()
  • Method Details

    • getRacordOut

      public final DotPath getRacordOut(java.awt.geom.Rectangle2D rect, java.awt.geom.Line2D tangeante)
      Specified by:
      getRacordOut in interface Racorder