net.infonode.gui

Interface BackgroundPainter

public interface BackgroundPainter

An object that paints its background using a {@link ComponentPainter}.

Since: IDW 1.2.0

Version: $Revision: 1.4 $

Author: $Author: jesper $

Method Summary
ComponentPaintergetComponentPainter()
Returns the {@link ComponentPainter} that is used to paint the background of this object.

Method Detail

getComponentPainter

public ComponentPainter getComponentPainter()
Returns the {@link ComponentPainter} that is used to paint the background of this object.

Returns: the {@link ComponentPainter} that is used to paint the background of this object, null if there is none