org.eclipse.mat.impl.chart
Class HtmlPieChartRenderer
java.lang.Object
org.eclipse.mat.impl.chart.HtmlPieChartRenderer
- All Implemented Interfaces:
- IOutputter
public class HtmlPieChartRenderer
- extends java.lang.Object
- implements IOutputter
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlPieChartRenderer
public HtmlPieChartRenderer()
embedd
public void embedd(IOutputter.Context context,
IResult result,
java.io.Writer writer)
throws java.io.IOException
- Description copied from interface:
IOutputter
- Add this result to the output.
- Specified by:
embedd
in interface IOutputter
- Parameters:
context
- the context, which controls how the output should be doneresult
- the result to be formattedwriter
- where the formatted output should go
- Throws:
java.io.IOException
process
public void process(IOutputter.Context context,
IResult result,
java.io.Writer writer)
throws java.io.IOException
- Description copied from interface:
IOutputter
- Write this result to the output, presuming the writer has just been opened.
- Specified by:
process
in interface IOutputter
- Parameters:
context
- the context, which controls how the output should be doneresult
- the result to be formattedwriter
- where the formatted output should go
- Throws:
java.io.IOException