org.encog.util
public class HTMLReport extends Object
Constructor and Description |
---|
HTMLReport() |
Modifier and Type | Method and Description |
---|---|
void |
beginBody() |
void |
beginHTML() |
void |
beginList() |
void |
beginPara() |
void |
beginRow() |
void |
beginTable() |
void |
beginTableInCell(int colSpan) |
void |
bold(String str) |
void |
cell(String head) |
void |
cell(String head,
int colSpan) |
void |
clear() |
static String |
encode(String str) |
void |
endBody() |
void |
endHTML() |
void |
endList() |
void |
endPara() |
void |
endRow() |
void |
endTable() |
void |
endTableInCell() |
void |
h1(String title) |
void |
h2(String title) |
void |
h3(String title) |
void |
header(String head) |
void |
header(String head,
int colSpan) |
void |
listItem(String str) |
void |
para(String str) |
void |
tablePair(String name,
String value) |
void |
title(String str) |
String |
toString() |
public void beginHTML()
public void endHTML()
public void title(String str)
public void beginPara()
public void endPara()
public void bold(String str)
public void para(String str)
public void clear()
public void beginBody()
public void endBody()
public void h1(String title)
public void beginTable()
public void endTable()
public void beginRow()
public void endRow()
public void header(String head)
public void cell(String head)
public void cell(String head, int colSpan)
public void h2(String title)
public void h3(String title)
public void beginList()
public void listItem(String str)
public void endList()
public void beginTableInCell(int colSpan)
public void endTableInCell()
public void header(String head, int colSpan)
Copyright © 2014. All Rights Reserved.