Interface BackgroundPaintable

    • Method Detail

      • setBackgroundPainter

        void setBackgroundPainter​(Painter painter)
        Sets the new background painter.
        Parameters:
        painter - the new background painter; may be null
      • isPaintBorderInsets

        boolean isPaintBorderInsets()
        Determines whether this component paints its background paint underneath the border.
        Returns:
        true to paint under the border; false otherwise
      • setPaintBorderInsets

        void setPaintBorderInsets​(boolean paintBorderInsets)
        Parameters:
        paintBorderInsets -