org.eclipse.mat.query
Interface IResultPie

All Superinterfaces:
IResult

public interface IResultPie
extends IResult

Results as pie chart data.


Nested Class Summary
static interface IResultPie.ColoredSlice
          A slice of the pie with color information
static interface IResultPie.Slice
          A slice of the pie.
 
Method Summary
 List<? extends IResultPie.Slice> getSlices()
          All the slices of the pie.
 
Methods inherited from interface org.eclipse.mat.query.IResult
getResultMetaData
 

Method Detail

getSlices

List<? extends IResultPie.Slice> getSlices()
All the slices of the pie.

Returns:
a list of slices