Package org.eclipse.mat.query
Interface IResultPie
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IResultPie.ColoredSlice
A slice of the pie with color informationstatic interface
IResultPie.Slice
A slice of the pie.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-