Class CommandLine.Help.Ansi.Palette256Color

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int color  
      private int fgbg  
    • Constructor Summary

      Constructors 
      Constructor Description
      Palette256Color​(boolean foreground, java.lang.String color)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String off()
      Returns the ANSI escape code for turning this style off.
      java.lang.String on()
      Returns the ANSI escape code for turning this style on.
      • Methods inherited from class java.lang.Object

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

      • fgbg

        private final int fgbg
      • color

        private final int color
    • Constructor Detail

      • Palette256Color

        Palette256Color​(boolean foreground,
                        java.lang.String color)