Package org.citydb.config.gui.style
Class LogLevelStyle
- java.lang.Object
-
- org.citydb.config.gui.style.LogLevelStyle
-
public class LogLevelStyle extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LogLevelStyle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBackground()
java.lang.String
getForeground()
boolean
isSetBackground()
boolean
isSetForeground()
void
setBackground(java.lang.String background)
void
setForeground(java.lang.String foreground)
-
-
-
Method Detail
-
isSetForeground
public boolean isSetForeground()
-
getForeground
public java.lang.String getForeground()
-
setForeground
public void setForeground(java.lang.String foreground)
-
isSetBackground
public boolean isSetBackground()
-
getBackground
public java.lang.String getBackground()
-
setBackground
public void setBackground(java.lang.String background)
-
-