All Known Implementing Classes:
ArrowConnectionPainter

public interface ConnectionPainter
Used to, well, paint connections of course! See AbstractBlockWorkspace.newConnectionPainter(BlockDiagramModel)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    paintConnection(Graphics2D g, Connection connection, Path2D route, boolean selected, boolean hover)
     
  • Method Details