| Package | Description |
|---|---|
| com.codename1.ui.painter |
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. |
| Modifier and Type | Method and Description |
|---|---|
PainterChain |
PainterChain.addPainter(Painter p)
Creates a new chain based on the existing chain with the new element added
at the end
|
PainterChain |
PainterChain.prependPainter(Painter p)
Creates a new chain based on the existing chain with the new element added
at the beginning
|
Copyright © 2021. All rights reserved.