Package net.infonode.gui
Interface BackgroundPainter
-
- All Known Implementing Classes:
ContentTitleBar
,HoverableShapedPanel
,ShapedPanel
,ViewTitleBar
public interface BackgroundPainter
An object that paints its background using aComponentPainter
.- Since:
- IDW 1.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentPainter
getComponentPainter()
Returns theComponentPainter
that is used to paint the background of this object.
-
-
-
Method Detail
-
getComponentPainter
ComponentPainter getComponentPainter()
Returns theComponentPainter
that is used to paint the background of this object.- Returns:
- the
ComponentPainter
that is used to paint the background of this object, null if there is none
-
-