Uses of Class
org.crsh.text.Style.Composite

Packages that use Style.Composite
org.crsh.text   
org.crsh.text.ui   
 

Uses of Style.Composite in org.crsh.text
 

Fields in org.crsh.text declared as Style.Composite
private static Style.Composite[][][][][] Style.ALL
          [bold][underline][blink][foreground][background].
 

Fields in org.crsh.text with type parameters of type Style.Composite
private  LinkedList<Style.Composite> RenderAppendable.stack
          .
 

Methods in org.crsh.text that return Style.Composite
 Style.Composite Color.background()
           
 Style.Composite Decoration.background(Color value)
           
 Style.Composite Style.Composite.background(Color value)
           
 Style.Composite Color.bg()
           
 Style.Composite Decoration.bg(Color value)
           
 Style.Composite Style.Composite.bg(Color value)
           
 Style.Composite Color.blink()
           
 Style.Composite Decoration.blink()
           
 Style.Composite Style.Composite.blink()
           
 Style.Composite Color.blink(Boolean value)
           
 Style.Composite Decoration.blink(Boolean value)
           
 Style.Composite Style.Composite.blink(Boolean value)
           
 Style.Composite Color.bold()
           
 Style.Composite Decoration.bold()
           
 Style.Composite Style.Composite.bold()
           
 Style.Composite Color.bold(Boolean value)
           
 Style.Composite Decoration.bold(Boolean value)
           
 Style.Composite Style.Composite.bold(Boolean value)
           
 Style.Composite Style.Composite.decoration(Decoration decoration)
           
 Style.Composite Color.fg()
           
 Style.Composite Decoration.fg(Color value)
           
 Style.Composite Style.Composite.fg(Color color)
           
 Style.Composite Color.foreground()
           
 Style.Composite Decoration.foreground(Color value)
           
 Style.Composite Style.Composite.foreground(Color color)
           
private  Style.Composite RenderAppendable.getMerged()
          Compute the current merged style.
 Style.Composite RenderAppendable.leaveStyle()
           
static Style.Composite Style.style()
          Create a new blank style.
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)
           
static Style.Composite Style.style(Decoration decoration, Color foreground)
           
static Style.Composite Style.style(Decoration decoration, Color foreground, Color background)
           
 Style.Composite Color.underline()
           
 Style.Composite Decoration.underline()
           
 Style.Composite Style.Composite.underline()
           
 Style.Composite Color.underline(Boolean value)
           
 Style.Composite Decoration.underline(Boolean value)
           
 Style.Composite Style.Composite.underline(Boolean value)
           
 

Methods in org.crsh.text with parameters of type Style.Composite
 void RenderAppendable.enterStyle(Style.Composite style)
           
 

Uses of Style.Composite in org.crsh.text.ui
 

Fields in org.crsh.text.ui declared as Style.Composite
private  Style.Composite Element.style
          .
private  Style.Composite RowLineRenderer.style
          .
(package private)  Style.Composite TableLineRenderer.style
          .
 

Methods in org.crsh.text.ui that return Style.Composite
 Style.Composite Element.getStyle()
           
 

Methods in org.crsh.text.ui with parameters of type Style.Composite
 void Element.setStyle(Style.Composite style)
           
 Element Element.style(Style.Composite style)
           
 LabelElement LabelElement.style(Style.Composite style)
           
 RowElement RowElement.style(Style.Composite style)
           
 TableElement TableElement.style(Style.Composite style)
           
 TextElement TextElement.style(Style.Composite style)
           
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.