Interface ConnectionPainter
- 
- All Known Implementing Classes:
- ArrowConnectionPainter
 
 public interface ConnectionPainterUsed to, well, paint connections of course! SeeAbstractBlockWorkspace.newConnectionPainter(BlockDiagramModel)
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpaintConnection(java.awt.Graphics2D g, Connection connection, java.awt.geom.Path2D route, boolean selected, boolean hover)
 
- 
- 
- 
Method Detail- 
paintConnectionvoid paintConnection(java.awt.Graphics2D g, Connection connection, java.awt.geom.Path2D route, boolean selected, boolean hover)
 
- 
 
-