Interface SubstanceDecorationPainter

    • Method Detail

      • paintDecorationArea

        void paintDecorationArea​(Graphics2D graphics,
                                 Component comp,
                                 DecorationAreaType decorationAreaType,
                                 int width,
                                 int height,
                                 SubstanceSkin skin)
        Paints the decoration area.
        Parameters:
        graphics - Graphics context.
        comp - Component.
        decorationAreaType - Decoration area type. Must not be null.
        width - Width.
        height - Height.
        skin - Skin for painting the decoration area.