Package org.eclipse.mat.query
Interface IResultPie
- All Superinterfaces:
IResult
Results as pie chart data.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
A slice of the pie with color informationstatic interface
A slice of the pie. -
Method Summary
Methods inherited from interface org.eclipse.mat.query.IResult
getResultMetaData
-
Method Details
-
getSlices
List<? extends IResultPie.Slice> getSlices()All the slices of the pie.- Returns:
- a list of slices
-