Interface OverlayPainter


  • public interface OverlayPainter
    In order to make it easy for applications like Beat Link Trigger to overlay selections or cues on the GUI components offered by Beat Link, they allow an overlay painter to be registered with them, and it will then be invoked after the component has done its own painting.
    • Method Detail

      • paintOverlay

        void paintOverlay​(Component c,
                          Graphics g)
        Paint the overlay on top of the component, which has finished doing its own painting.
        Parameters:
        c - the component that has just painted itself
        g - the graphics content in which painting is taking place