org.crsh.text
Class Format.Text

java.lang.Object
  extended by org.crsh.text.Format
      extended by org.crsh.text.Format.Text
Enclosing class:
Format

public static class Format.Text
extends Format


Nested Class Summary
 
Nested classes/interfaces inherited from class org.crsh.text.Format
Format.Ansi, Format.PreHtml, Format.Text
 
Field Summary
 
Fields inherited from class org.crsh.text.Format
ANSI, PRE_HTML, TEXT
 
Constructor Summary
protected Format.Text()
           
 
Method Summary
 void begin(Appendable to)
           
 void cls(Appendable to)
           
 void end(Appendable to)
           
 void write(CharSequence s, Appendable to)
           
 void write(Style style, Appendable to)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Format.Text

protected Format.Text()
Method Detail

begin

public void begin(Appendable to)
           throws IOException
Specified by:
begin in class Format
Throws:
IOException

write

public void write(CharSequence s,
                  Appendable to)
           throws IOException
Specified by:
write in class Format
Throws:
IOException

write

public void write(Style style,
                  Appendable to)
           throws IOException
Specified by:
write in class Format
Throws:
IOException

cls

public void cls(Appendable to)
         throws IOException
Specified by:
cls in class Format
Throws:
IOException

end

public void end(Appendable to)
         throws IOException
Specified by:
end in class Format
Throws:
IOException


Copyright © 2015 eXo Platform SAS. All Rights Reserved.