|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.text.Format org.crsh.text.Format.Text
public static class Format.Text
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 |
---|
protected Format.Text()
Method Detail |
---|
public void begin(Appendable to) throws IOException
begin
in class Format
IOException
public void write(CharSequence s, Appendable to) throws IOException
write
in class Format
IOException
public void write(Style style, Appendable to) throws IOException
write
in class Format
IOException
public void cls(Appendable to) throws IOException
cls
in class Format
IOException
public void end(Appendable to) throws IOException
end
in class Format
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |