public class PanelElements extends Object
| Constructor and Description |
|---|
PanelElements() |
PanelElements(String backgroundColor,
String borderColor,
String color) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackgroundColor() |
String |
getBorderColor() |
String |
getColor() |
void |
setBackgroundColor(String backgroundColor) |
void |
setBorderColor(String borderColor) |
void |
setColor(String color) |
public String getBackgroundColor()
public void setBackgroundColor(String backgroundColor)
public String getBorderColor()
public void setBorderColor(String borderColor)
public String getColor()
public void setColor(String color)
Copyright © 2022. All rights reserved.