| 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.util |
Utility features that are either too domain specific or don't "fit" into any
other packages including the Resource file format loading API.
|
| Modifier and Type | Method and Description |
|---|---|
ImageIO |
CodenameOneImplementation.getImageIO()
Returns the image IO instance that allows scaling image files.
|
| Modifier and Type | Method and Description |
|---|---|
ImageIO |
Display.getImageIO()
Returns the image IO instance that allows scaling image files.
|
| Modifier and Type | Method and Description |
|---|---|
static ImageIO |
ImageIO.getImageIO()
Gets the ImageIO instance
|
Copyright © 2022. All rights reserved.