Package | Description |
---|---|
org.eclipse.mat.impl.chart |
Builds pie charts using BIRT, not an Application Programming Interface (API).
|
org.eclipse.mat.report |
Controls building of reports from XML report definitions.
|
org.eclipse.mat.report.internal |
Internal classes for controlling building of reports from XML report definitions (not API).
|
Modifier and Type | Method and Description |
---|---|
void |
HtmlPieChartRenderer.embedd(IOutputter.Context context,
IResult result,
Writer writer) |
void |
HtmlPieChartRenderer.process(IOutputter.Context context,
IResult result,
Writer writer) |
Modifier and Type | Method and Description |
---|---|
void |
IOutputter.embedd(IOutputter.Context context,
IResult result,
Writer writer)
Add this result to the output.
|
void |
IOutputter.process(IOutputter.Context context,
IResult result,
Writer writer)
Write this result to the output, presuming the writer has just been opened.
|
Modifier and Type | Method and Description |
---|---|
void |
HtmlOutputter.embedd(IOutputter.Context context,
IResult result,
Writer writer) |
void |
CSVOutputter.embedd(IOutputter.Context context,
IResult result,
Writer writer) |
void |
HtmlOutputter.process(IOutputter.Context context,
IResult result,
Writer writer) |
void |
CSVOutputter.process(IOutputter.Context context,
IResult result,
Writer writer) |