Class Panel
- java.lang.Object
-
- eu.dnetlib.uoaadmintools.entities.layoutEntities.Panel
-
public class Panel extends Object
-
-
Constructor Summary
Constructors Constructor Description Panel()Panel(Boolean onDarkBackground, Background background, Fonts fonts, Fonts title, PanelElements panelElements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackgroundgetBackground()FontsgetFonts()BooleangetOnDarkBackground()PanelElementsgetPanelElements()FontsgetTitle()voidsetBackground(Background background)voidsetFonts(Fonts fonts)voidsetOnDarkBackground(Boolean onDarkBackground)voidsetPanelElements(PanelElements panelElements)voidsetTitle(Fonts title)
-
-
-
Constructor Detail
-
Panel
public Panel()
-
Panel
public Panel(Boolean onDarkBackground, Background background, Fonts fonts, Fonts title, PanelElements panelElements)
-
-
Method Detail
-
getOnDarkBackground
public Boolean getOnDarkBackground()
-
setOnDarkBackground
public void setOnDarkBackground(Boolean onDarkBackground)
-
getBackground
public Background getBackground()
-
setBackground
public void setBackground(Background background)
-
getFonts
public Fonts getFonts()
-
setFonts
public void setFonts(Fonts fonts)
-
getTitle
public Fonts getTitle()
-
setTitle
public void setTitle(Fonts title)
-
getPanelElements
public PanelElements getPanelElements()
-
setPanelElements
public void setPanelElements(PanelElements panelElements)
-
-