|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.io.Writer
|
+--java.io.PrintWriter
|
+--quadbase.common.param.HtmlWriter
A Writer that writes html code
| Fields inherited from class java.io.PrintWriter |
out |
| Fields inherited from class java.io.Writer |
lock |
| Constructor Summary | |
HtmlWriter(java.io.PrintWriter out)
Allocates a HtmlWriter that writes to out |
|
| Method Summary | |
void |
body()
Prints the <BODY> tag |
void |
body(java.lang.String attributes)
Prints the <BODY> tag |
void |
bodyEnd()
Prints the </BODY> tag |
void |
br()
Prints the <BR> tag |
void |
center()
Prints the <CENTER> tag |
void |
centerEnd()
Prints the </CENTER> tag |
void |
div()
Prints the <DIV> tag |
void |
divEnd()
Prints the </DIV> tag |
void |
font()
Prints the <FONT> tag |
void |
font(java.lang.String attributes)
Prints the <FONT attributes> tag |
void |
fontEnd()
Prints the </FONT> tag |
void |
footer()
Prints the footer information of a HTML document. |
void |
h1()
Prints the <H1> tag |
void |
h1End()
Prints the </H1> tag |
void |
h2()
Prints the <H2> tag |
void |
h2End()
Prints the </H2> tag |
void |
h3()
Prints the <H3> tag |
void |
h3End()
Prints the </H3> tag |
void |
head()
Prints the <HEAD> tag |
void |
headEnd()
Prints the </HEAD> tag |
void |
header()
Prints the header information of a HTML document. |
void |
header(java.lang.String title)
Prints the header information of a HTML document. |
void |
hr()
Prints the <HR> tag |
void |
html()
Prints the <HTML> tag |
void |
htmlEnd()
Prints the </HTML> tag |
void |
ol()
Prints the <OL> tag |
void |
olEnd()
Prints the </OL> tag |
void |
p()
Prints the <P> tag |
void |
pEnd()
Prints the </P> tag |
void |
table()
Prints the <TABLE border=\"1\" bordercolor=\"#CCCCCC\" cellpadding=\"1\"> tag |
void |
tableData()
Prints the <TD> tag |
void |
tableDataEnd()
Prints the </TD> tag |
void |
tableEnd()
Prints the </TABLE> tag |
void |
tableRow()
Prints the <TR> tag |
void |
tableRowEnd()
Prints the </TR> tag |
void |
title()
Prints the <TITLE> tag |
void |
titleEnd()
Prints the </TITLE> tag |
| Methods inherited from class java.io.PrintWriter |
checkError, close, flush, print, print, print, print, print, print, print, print, print, println, println, println, println, println, println, println, println, println, println, setError, write, write, write, write, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HtmlWriter(java.io.PrintWriter out)
out - PrinterWriter to write out the outputs.| Method Detail |
public void header(java.lang.String title)
title - the title of this HTML document.public void header()
public void footer()
public void html()
public void htmlEnd()
public void head()
public void headEnd()
public void h1()
public void h1End()
public void h2()
public void h2End()
public void h3()
public void h3End()
public void hr()
public void br()
public void p()
public void pEnd()
public void ol()
public void olEnd()
public void title()
public void titleEnd()
public void body()
public void body(java.lang.String attributes)
public void bodyEnd()
public void table()
public void tableEnd()
public void tableRow()
public void tableRowEnd()
public void tableData()
public void tableDataEnd()
public void center()
public void centerEnd()
public void font()
public void font(java.lang.String attributes)
public void fontEnd()
public void div()
public void divEnd()
|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||