Uses of Class
org.crsh.text.Color

Packages that use Color
org.crsh.text   
org.crsh.text.renderers   
 

Uses of Color in org.crsh.text
 

Fields in org.crsh.text declared as Color
protected  Color Style.Composite.background
          .
private static Color[] Style.COLORS
          .
protected  Color Style.Composite.foreground
          .
 

Methods in org.crsh.text that return Color
private  Color RenderAppendable.foo(Color last, Color merged, Color def)
           
 Color Style.Composite.getBackground()
           
 Color Style.Composite.getForeground()
           
static Color Color.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Color[] Color.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.crsh.text with parameters of type Color
 Style.Composite Decoration.background(Color value)
           
 Style.Composite Style.Composite.background(Color value)
           
 Style.Composite Decoration.bg(Color value)
           
 Style.Composite Style.Composite.bg(Color value)
           
private static boolean Style.Composite.color(Appendable appendable, Color color, char base, boolean append)
           
 Style.Composite Decoration.fg(Color value)
           
 Style.Composite Style.Composite.fg(Color color)
           
private  Color RenderAppendable.foo(Color last, Color merged, Color def)
           
 Style.Composite Decoration.foreground(Color value)
           
 Style.Composite Style.Composite.foreground(Color color)
           
 void RenderPrintWriter.print(Object obj, Color foreground)
           
 void RenderPrintWriter.print(Object obj, Color foreground, Color background)
           
 void RenderPrintWriter.print(Object obj, Decoration decoration, Color foreground)
           
 void RenderPrintWriter.print(Object obj, Decoration decoration, Color foreground, Color background)
           
 void RenderPrintWriter.println(Object obj, Color foreground)
           
 void RenderPrintWriter.println(Object obj, Color foreground, Color background)
           
 void RenderPrintWriter.println(Object obj, Decoration decoration, Color foreground)
           
 void RenderPrintWriter.println(Object obj, Decoration decoration, Color foreground, Color background)
           
static Style.Composite Style.style(Boolean bold, Boolean underline, Boolean blink, Color foreground, Color background)
           
static Style.Composite Style.style(Color foreground)
           
static Style.Composite Style.style(Color foreground, Color background)
           
static Style.Composite Style.style(Decoration decoration, Color foreground)
           
static Style.Composite Style.style(Decoration decoration, Color foreground, Color background)
           
 

Constructors in org.crsh.text with parameters of type Color
Style.Composite(Boolean bold, Boolean underline, Boolean blink, Color foreground, Color background)
           
 

Uses of Color in org.crsh.text.renderers
 

Fields in org.crsh.text.renderers with type parameters of type Color
private static EnumMap<Thread.State,Color> ThreadRenderer.colorMapping
          .
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.