Package | Description |
---|---|
net.sf.statcvs.output | |
net.sf.statcvs.pages | |
net.sf.statcvs.pages.xml | |
net.sf.statcvs.renderer |
Modifier and Type | Field and Description |
---|---|
static MarkupSyntax |
ReportConfig.HTML |
static MarkupSyntax |
ReportConfig.XDOC |
static MarkupSyntax |
ReportConfig.XML |
Modifier and Type | Method and Description |
---|---|
MarkupSyntax |
ReportConfig.getMarkup() |
static MarkupSyntax |
ConfigurationOptions.getMarkupSyntax() |
Constructor and Description |
---|
ReportConfig(Repository repository,
java.lang.String projectName,
java.lang.String rootDirectory,
MarkupSyntax syntax,
CssHandler cssHandler,
java.lang.String charSet) |
Modifier and Type | Class and Description |
---|---|
class |
MarkupHTML |
class |
MarkupXDoc |
Modifier and Type | Method and Description |
---|---|
static MarkupSyntax |
MarkupHTML.getInstance() |
static MarkupSyntax |
MarkupXDoc.getInstance() |
Modifier and Type | Class and Description |
---|---|
class |
MarkupXML |
Modifier and Type | Method and Description |
---|---|
static MarkupSyntax |
MarkupXML.getInstance() |
Modifier and Type | Method and Description |
---|---|
MarkupSyntax |
XMLRenderer.getOutput() |
MarkupSyntax |
HTMLTableCellRenderer.getOutput() |
Modifier and Type | Method and Description |
---|---|
void |
XMLRenderer.setOutput(MarkupSyntax output) |
void |
HTMLTableCellRenderer.setOutput(MarkupSyntax output) |
Constructor and Description |
---|
TableRenderer(Table table,
MarkupSyntax output)
Creates a new table renderer for the given table model
|