| Package | Description |
|---|---|
| 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 |
|---|---|
CSSBorder |
CSSBorder.backgroundColor(String color)
Sets the background color of the border.
|
CSSBorder |
CSSBorder.backgroundImage(Image... images)
Sets the background image of the border.
|
CSSBorder |
CSSBorder.backgroundImage(String cssDirective)
Adds one or more background images from a CSS background-image property.
|
CSSBorder |
CSSBorder.backgroundPosition(String... pos)
Sets the background position.
|
CSSBorder |
CSSBorder.backgroundRepeat(String... repeat)
Sets the background-repeat for the background images.
|
CSSBorder |
CSSBorder.borderColor(String... colors)
Sets the border colors.
|
CSSBorder |
CSSBorder.borderImage(Image borderImage,
double... slicePoints)
Creates a 9-piece image border.
|
CSSBorder |
CSSBorder.borderImageWithName(String borderImageName,
double... slicePoints)
Adds a 9-piece image border using the provided image name, which should exist in the
theme resource file.
|
CSSBorder |
CSSBorder.borderRadius(String radius)
Sets the border radius for rounded corners.
|
CSSBorder |
CSSBorder.borderStroke(String... strokeStrs)
Sets the border stroke.
|
CSSBorder |
CSSBorder.borderStyle(String... styles)
Sets the border styles.
|
CSSBorder |
CSSBorder.borderWidth(String... widths)
Sets the border widths.
|
Copyright © 2022. All rights reserved.