public class HtmlPieChartRenderer extends Object implements IOutputter
IOutputter.Context
Constructor and Description |
---|
HtmlPieChartRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
embedd(IOutputter.Context context,
IResult result,
Writer writer)
Add this result to the output.
|
void |
process(IOutputter.Context context,
IResult result,
Writer writer)
Write this result to the output, presuming the writer has just been opened.
|
public void embedd(IOutputter.Context context, IResult result, Writer writer) throws IOException
IOutputter
embedd
in interface IOutputter
context
- the context, which controls how the output should be doneresult
- the result to be formattedwriter
- where the formatted output should goIOException
public void process(IOutputter.Context context, IResult result, Writer writer) throws IOException
IOutputter
process
in interface IOutputter
context
- the context, which controls how the output should be doneresult
- the result to be formattedwriter
- where the formatted output should goIOException