org.crsh.text
Class Style.Regular

java.lang.Object
  extended by org.crsh.text.Style
      extended by org.crsh.text.Style.Regular
All Implemented Interfaces:
Serializable
Enclosing class:
Style

static class Style.Regular
extends Style


Nested Class Summary
 
Nested classes/interfaces inherited from class org.crsh.text.Style
Style.Regular
 
Field Summary
 
Fields inherited from class org.crsh.text.Style
background, decoration, foreground, reset
 
Constructor Summary
Style.Regular(Decoration decoration, Color foreground, Color background)
           
 
Method Summary
 boolean equals(Object obj)
           
 void writeAnsiTo(Appendable appendable)
           
 
Methods inherited from class org.crsh.text.Style
getBackground, getDecoration, getForeground, merge, style, style, style, style, style, toAnsiSequence, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Style.Regular

Style.Regular(Decoration decoration,
              Color foreground,
              Color background)
Method Detail

writeAnsiTo

public void writeAnsiTo(Appendable appendable)
                 throws IOException
Specified by:
writeAnsiTo in class Style
Throws:
IOException

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012 eXo Platform SAS. All Rights Reserved.