Package org.jline.curses
Interface Theme
- All Known Implementing Classes:
DefaultTheme
public interface Theme
-
Method Summary
Modifier and TypeMethodDescriptionvoidbox(Screen screen, int x, int y, int w, int h, Curses.Border border, String style) voidseparatorH(Screen screen, int x, int y, int w, Curses.Border sepBorder, Curses.Border boxBorder, AttributedStyle style)
-
Method Details
-
getStyle
-
box
-
separatorH
void separatorH(Screen screen, int x, int y, int w, Curses.Border sepBorder, Curses.Border boxBorder, AttributedStyle style)
-