Class BackgroundPainter
java.lang.Object
com.codename1.ui.painter.BackgroundPainter
- All Implemented Interfaces:
Painter
A painter that draws the background of a component based on its style
-
Constructor Summary
ConstructorsConstructorDescriptionBackgroundPainter(Component parent) Construct a background painter for the given component -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BackgroundPainter
Construct a background painter for the given component
Parameters
parent: the parent component
-
-
Method Details
-
paint
-