Uses of Class
org.fusesource.jansi.Ansi.Color

Uses of Ansi.Color in org.fusesource.jansi
 

Methods in org.fusesource.jansi that return Ansi.Color
 Ansi.Color AnsiRenderer.Code.getColor()
           
static Ansi.Color Ansi.Color.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Ansi.Color[] Ansi.Color.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.fusesource.jansi with parameters of type Ansi.Color
 Ansi Ansi.bg(Ansi.Color color)
           
 Ansi Ansi.fg(Ansi.Color color)
           
 



Copyright © 2009-2011 FuseSource, Corp.. All Rights Reserved.