Interface ConnectionPainter
- 
- All Known Implementing Classes:
 ArrowConnectionPainter
public interface ConnectionPainterUsed to, well, paint connections of course! SeeAbstractBlockWorkspace.newConnectionPainter(BlockDiagramModel) 
- 
- 
Method Summary
All 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
- 
paintConnection
void paintConnection(java.awt.Graphics2D g, Connection connection, java.awt.geom.Path2D route, boolean selected, boolean hover) 
 - 
 
 -