Class DefaultTheme
java.lang.Object
org.jline.curses.impl.DefaultTheme
- All Implemented Interfaces:
Theme
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbox(Screen screen, int x, int y, int w, int h, Curses.Border border, String style) org.jline.utils.AttributedStylevoidseparatorH(Screen screen, int x, int y, int w, Curses.Border sepBorder, Curses.Border boxBorder, org.jline.utils.AttributedStyle style)
-
Constructor Details
-
DefaultTheme
public DefaultTheme()
-
-
Method Details
-
getStyle
-
separatorH
public void separatorH(Screen screen, int x, int y, int w, Curses.Border sepBorder, Curses.Border boxBorder, org.jline.utils.AttributedStyle style) - Specified by:
separatorHin interfaceTheme
-
box
-