Package net.infonode.gui
Interface BackgroundPainter
- All Known Implementing Classes:
ContentTitleBar,HoverableShapedPanel,ShapedPanel,ViewTitleBar
public interface BackgroundPainter
An object that paints its background using a
ComponentPainter.- Since:
- IDW 1.2.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns theComponentPainterthat is used to paint the background of this object.
-
Method Details
-
getComponentPainter
ComponentPainter getComponentPainter()Returns theComponentPainterthat is used to paint the background of this object.- Returns:
- the
ComponentPainterthat is used to paint the background of this object, null if there is none
-