public class Top extends AbstractConfigurationObject
Constructor and Description |
---|
Top() |
Modifier and Type | Method and Description |
---|---|
Color |
getColor() |
Number |
getSize() |
void |
setColor(Color color)
The color of the panel.
|
void |
setSize(Number size)
The pixel 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 © 2023. All rights reserved.