public class Bottom extends AbstractConfigurationObject
| Constructor and Description |
|---|
Bottom() |
| Modifier and Type | Method and Description |
|---|---|
Color |
getColor() |
Number |
getSize() |
void |
setColor(Color color)
The color of the panel.
|
void |
setSize(Number size)
The thickness of the panel.
|
public Color getColor()
setColor(Color)public void setColor(Color color)
Defaults to: transparent
public Number getSize()
setSize(Number)public void setSize(Number size)
Defaults to: 1
Copyright © 2025. All rights reserved.