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