Interface RadianceOverlayPainter

    • Method Detail

      • paintOverlay

        void paintOverlay​(java.awt.Graphics2D graphics,
                          java.awt.Component comp,
                          RadianceThemingSlices.DecorationAreaType decorationAreaType,
                          int width,
                          int height,
                          RadianceSkin skin)
        Paints the overlay.
        Parameters:
        graphics - Graphics context.
        comp - Component.
        decorationAreaType - Decoration area type. Must not be null.
        width - Width.
        height - Height.
        skin - Skin for painting the overlay.