Package org.jline.curses.impl
Class DefaultTheme
- java.lang.Object
-
- org.jline.curses.impl.DefaultTheme
-
-
Constructor Summary
Constructors Constructor Description DefaultTheme()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbox(Screen screen, int x, int y, int w, int h, Curses.Border border, java.lang.String style)org.jline.utils.AttributedStylegetStyle(java.lang.String spec)voidseparatorH(Screen screen, int x, int y, int w, Curses.Border sepBorder, Curses.Border boxBorder, org.jline.utils.AttributedStyle style)
-
-
-
Method Detail
-
getStyle
public org.jline.utils.AttributedStyle getStyle(java.lang.String spec)
-
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
public void box(Screen screen, int x, int y, int w, int h, Curses.Border border, java.lang.String style)
-
-