Package | Description |
---|---|
com.vladium.emma.report.html | |
com.vladium.emma.report.html.doc |
Modifier and Type | Method and Description |
---|---|
private IElement |
ReportGenerator.addPageFooter(HTMLDocument page,
IItem item,
IItem[] path) |
private IElement |
ReportGenerator.addPageHeader(HTMLDocument page,
IItem item,
IItem[] path) |
Modifier and Type | Interface and Description |
---|---|
static interface |
HTMLTable.ICell |
static interface |
HTMLTable.IRow |
Modifier and Type | Class and Description |
---|---|
class |
HTMLDocument |
class |
HTMLTable |
private static class |
HTMLTable.Cell |
private static class |
HTMLTable.Row |
class |
HyperRef |
(package private) static class |
IElement.Factory.ElementImpl |
Modifier and Type | Field and Description |
---|---|
private IElement |
HTMLDocument.m_body |
private IElement |
HTMLTable.m_caption |
private IElement |
HTMLDocument.m_head |
Modifier and Type | Method and Description |
---|---|
static IElement |
IElement.Factory.create(Tag tag) |
static IElement |
IElement.Factory.create(Tag tag,
AttributeSet attrs) |
IElement |
HTMLDocument.getBody() |
IElement |
HTMLDocument.getHead() |
IElement |
IElement.setText(java.lang.String text,
boolean nbsp) |
IElement |
IElement.Factory.ElementImpl.setText(java.lang.String text,
boolean nbsp) |