Interface ConnectionPainter
- All Known Implementing Classes:
- ArrowConnectionPainter
public interface ConnectionPainter
Used to, well, paint connections of course! See
 
AbstractBlockWorkspace.newConnectionPainter(BlockDiagramModel)- 
Method SummaryModifier and TypeMethodDescriptionvoidpaintConnection(Graphics2D g, Connection connection, Path2D route, boolean selected, boolean hover) 
- 
Method Details- 
paintConnectionvoid paintConnection(Graphics2D g, Connection connection, Path2D route, boolean selected, boolean hover) 
 
-