public class Panel extends Object
| Constructor and Description |
|---|
Panel() |
Panel(Boolean onDarkBackground,
Background background,
Fonts fonts,
Fonts title,
PanelElements panelElements) |
| Modifier and Type | Method and Description |
|---|---|
Background |
getBackground() |
Fonts |
getFonts() |
Boolean |
getOnDarkBackground() |
PanelElements |
getPanelElements() |
Fonts |
getTitle() |
void |
setBackground(Background background) |
void |
setFonts(Fonts fonts) |
void |
setOnDarkBackground(Boolean onDarkBackground) |
void |
setPanelElements(PanelElements panelElements) |
void |
setTitle(Fonts title) |
public Panel()
public Panel(Boolean onDarkBackground, Background background, Fonts fonts, Fonts title, PanelElements panelElements)
public Boolean getOnDarkBackground()
public void setOnDarkBackground(Boolean onDarkBackground)
public Background getBackground()
public void setBackground(Background background)
public Fonts getFonts()
public void setFonts(Fonts fonts)
public Fonts getTitle()
public void setTitle(Fonts title)
public PanelElements getPanelElements()
public void setPanelElements(PanelElements panelElements)
Copyright © 2022. All rights reserved.