Package org.eclipse.mat.query
Interface IResultPie.Slice
-
- All Known Subinterfaces:
IResultPie.ColoredSlice
- Enclosing interface:
- IResultPie
public static interface IResultPie.Slice
A slice of the pie.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IContextObject
getContext()
java.lang.String
getDescription()
java.lang.String
getLabel()
The label for the pie chartdouble
getValue()
-
-
-
Method Detail
-
getLabel
java.lang.String getLabel()
The label for the pie chart- Returns:
- the label
-
getValue
double getValue()
-
getDescription
java.lang.String getDescription()
-
getContext
IContextObject getContext()
-
-