Interface RadianceDecorationPainter

    • Method Detail

      • paintDecorationArea

        void paintDecorationArea​(java.awt.Graphics2D graphics,
                                 java.awt.Component comp,
                                 RadianceThemingSlices.DecorationAreaType decorationAreaType,
                                 int width,
                                 int height,
                                 RadianceSkin skin)
        Paints the decoration area as a fully filled rectangle.
        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.
      • paintDecorationArea

        void paintDecorationArea​(java.awt.Graphics2D graphics,
                                 java.awt.Component comp,
                                 RadianceThemingSlices.DecorationAreaType decorationAreaType,
                                 java.awt.Shape contour,
                                 RadianceColorScheme colorScheme)
        Paints the decoration area as a specified shape.
        Parameters:
        graphics - Graphics context.
        comp - Component.
        decorationAreaType - Decoration area type. Must not be null.
        contour - Contour to fill.
        colorScheme - Color scheme for painting the decoration area.