| Package | Description |
|---|---|
| com.codename1.ui |
Main widget package containing the component/container "composite" similar
both in terminology and design to Swing/AWT.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinearGradientPaint
LinearGradientPaint provides a way to fill a
Shape with a linear gradient. |
class |
MultipleGradientPaint
A base class for Paints that use multiple gradients.
|
| Modifier and Type | Method and Description |
|---|---|
Paint |
Graphics.getPaint()
Gets the current
Paint that is set to be used for filling shapes. |
| Modifier and Type | Method and Description |
|---|---|
void |
Graphics.setColor(Paint paint)
Sets paint to be used for filling shapes.
|
Copyright © 2022. All rights reserved.