Class DefaultTheme

  • All Implemented Interfaces:
    Theme

    public class DefaultTheme
    extends java.lang.Object
    implements Theme
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultTheme()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void box​(Screen screen, int x, int y, int w, int h, Curses.Border border, java.lang.String style)  
      org.jline.utils.AttributedStyle getStyle​(java.lang.String spec)  
      void separatorH​(Screen screen, int x, int y, int w, Curses.Border sepBorder, Curses.Border boxBorder, org.jline.utils.AttributedStyle style)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultTheme

        public DefaultTheme()
    • Method Detail

      • getStyle

        public org.jline.utils.AttributedStyle getStyle​(java.lang.String spec)
        Specified by:
        getStyle in interface Theme
      • box

        public void box​(Screen screen,
                        int x,
                        int y,
                        int w,
                        int h,
                        Curses.Border border,
                        java.lang.String style)
        Specified by:
        box in interface Theme