Package | Description |
---|---|
com.vladium.emma.report.html | |
com.vladium.emma.report.html.doc |
Modifier and Type | Field and Description |
---|---|
private static IContent |
ReportGenerator.LEFT_BRACKET |
private IContent |
ReportGenerator.m_footerBottom |
private IContent |
ReportGenerator.m_pageTitle |
private static IContent |
ReportGenerator.RIGHT_BRACKET |
Modifier and Type | Method and Description |
---|---|
private IContent |
ReportGenerator.getFooterBottom() |
private IContent |
ReportGenerator.getPageTitle() |
Modifier and Type | Interface and Description |
---|---|
static interface |
HTMLTable.ICell |
static interface |
HTMLTable.IRow |
interface |
IElement |
interface |
IElementList |
interface |
ISimpleElement |
Modifier and Type | Class and Description |
---|---|
class |
Attribute |
private static class |
Attribute.AttributeImpl |
class |
AttributeSet |
private static class |
AttributeSet.AttributeSetImpl |
class |
ElementList
element list that is not necessarily an element itself
|
class |
HTMLDocument |
class |
HTMLTable |
private static class |
HTMLTable.Cell |
private static class |
HTMLTable.Row |
class |
HyperRef |
(package private) static class |
IElement.Factory.ElementImpl |
(package private) static class |
ISimpleElement.Factory.SimpleElementImpl |
class |
Tag |
private static class |
Tag.TagImpl |
class |
Text |
class |
TextContent |
Modifier and Type | Field and Description |
---|---|
private IContent |
HTMLDocument.m_footer |
private IContent |
HTMLDocument.m_header |
Modifier and Type | Method and Description |
---|---|
IContent |
HTMLDocument.getFooter() |
IContent |
HTMLDocument.getHeader() |
Modifier and Type | Method and Description |
---|---|
IElementList |
ElementList.add(IContent content) |
IElementList |
IElementList.add(IContent content) |
IElementList |
IElement.Factory.ElementImpl.add(IContent content) |
IElementList |
HTMLDocument.add(IContent content)
Overridden to add to the doc body.
|
IElementList |
ElementList.add(int index,
IContent content) |
IElementList |
IElementList.add(int index,
IContent content) |
IElementList |
IElement.Factory.ElementImpl.add(int index,
IContent content) |
void |
HTMLDocument.addH(int level,
IContent text,
java.lang.String classID) |
void |
HTMLDocument.setFooter(IContent footer) |
void |
HTMLDocument.setHeader(IContent header) |