Class AbstractEdgeRouter.RoundedPathMaker
- java.lang.Object
 - 
- com.inductiveautomation.ignition.designer.blockandconnector.routing.AbstractEdgeRouter.RoundedPathMaker
 
 
- 
- All Implemented Interfaces:
 java.util.function.Function<java.util.List<java.awt.Point>,java.awt.geom.Path2D>
- Enclosing class:
 - AbstractEdgeRouter
 
public static class AbstractEdgeRouter.RoundedPathMaker extends java.lang.Object implements java.util.function.Function<java.util.List<java.awt.Point>,java.awt.geom.Path2D>Path maker that uses rounded corners 
- 
- 
Constructor Summary
Constructors Constructor Description RoundedPathMaker(double roundingRadius) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.geom.Path2Dapply(java.util.List<java.awt.Point> points) 
 -