| Package | Description |
|---|---|
| com.codename1.impl |
The implementation package should not be used by developers, it is an internal implementation detail
which will break compatibility between major Codename One releases.
|
| com.codename1.ui |
Main widget package containing the component/container "composite" similar
both in terminology and design to Swing/AWT.
|
| com.codename1.ui.plaf |
Look of the application can be fully customized via this package, it represents
a rendering layer that can be plugged in separately in runtime and themed to
provide any custom look.
|
| Modifier and Type | Method and Description |
|---|---|
Image |
CodenameOneImplementation.createImage(Shape shape,
Stroke stroke,
int color) |
void |
CodenameOneImplementation.drawShape(Object graphics,
Shape shape,
Stroke stroke)
Draws outline of shape on the given graphics context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Graphics.drawShape(Shape shape,
Stroke stroke)
Draws a outline shape inside the specified bounding box.
|
void |
Stroke.setStroke(Stroke stroke)
Copies the properties of
stroke into this stroke. |
| Modifier and Type | Method and Description |
|---|---|
RoundBorder |
RoundBorder.stroke(Stroke stroke)
Sets the stroke of the circle/rectangle
|
RoundRectBorder |
RoundRectBorder.stroke(Stroke stroke)
Sets the stroke of the border
|
Copyright © 2021. All rights reserved.