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