Class AbstractEdgeRouter.RoundedPathMaker

java.lang.Object
com.inductiveautomation.ignition.designer.blockandconnector.routing.AbstractEdgeRouter.RoundedPathMaker
All Implemented Interfaces:
Function<List<Point>,Path2D>
Enclosing class:
AbstractEdgeRouter

public static class AbstractEdgeRouter.RoundedPathMaker extends Object implements Function<List<Point>,Path2D>
Path maker that uses rounded corners
  • Constructor Details

    • RoundedPathMaker

      public RoundedPathMaker(double roundingRadius)
  • Method Details