Uses of Interface
org.eclipse.mat.report.IOutputter.Context

Packages that use IOutputter.Context
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). 
 

Uses of IOutputter.Context in org.eclipse.mat.impl.chart
 

Methods in org.eclipse.mat.impl.chart with parameters of type IOutputter.Context
 void HtmlPieChartRenderer.embedd(IOutputter.Context context, IResult result, java.io.Writer writer)
           
 void HtmlPieChartRenderer.process(IOutputter.Context context, IResult result, java.io.Writer writer)
           
 

Uses of IOutputter.Context in org.eclipse.mat.report
 

Methods in org.eclipse.mat.report with parameters of type IOutputter.Context
 void IOutputter.embedd(IOutputter.Context context, IResult result, java.io.Writer writer)
          Add this result to the output.
 void IOutputter.process(IOutputter.Context context, IResult result, java.io.Writer writer)
          Write this result to the output, presuming the writer has just been opened.
 

Uses of IOutputter.Context in org.eclipse.mat.report.internal
 

Methods in org.eclipse.mat.report.internal with parameters of type IOutputter.Context
 void HtmlOutputter.embedd(IOutputter.Context context, IResult result, java.io.Writer writer)
           
 void CSVOutputter.embedd(IOutputter.Context context, IResult result, java.io.Writer writer)
           
 void HtmlOutputter.process(IOutputter.Context context, IResult result, java.io.Writer writer)
           
 void CSVOutputter.process(IOutputter.Context context, IResult result, java.io.Writer writer)