Painter
allows us to draw arbitrary elements
of graphics from plain/scaled/tiled images to gradients and pretty
much any form of graphic drawing we can imagine.See: Description
Class | Description |
---|---|
BackgroundPainter |
A painter that draws the background of a component based on its style
|
PainterChain |
A painter chain allows us to chain together several painters to provide a
"layer" effect where each painter only draws one element.
|