- java.lang.Object
-
- com.googlecode.lanterna.graphics.AbstractTheme
-
- com.googlecode.lanterna.graphics.PropertyTheme
-
- com.googlecode.lanterna.bundle.DefaultTheme
-
- All Implemented Interfaces:
Theme
class DefaultTheme extends PropertyTheme
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
definition
-
Constructor Summary
Constructors Constructor Description DefaultTheme()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static java.util.Properties
definitionAsProperty()
-
Methods inherited from class com.googlecode.lanterna.graphics.AbstractTheme
addStyle, findRedundantDeclarations, getDefaultDefinition, getDefinition, getWindowDecorationRenderer, getWindowPostRenderer, instanceByClassName
-
-
-
-
Field Detail
-
definition
private static final java.lang.String definition
- See Also:
- Constant Field Values
-
-