org.eclipse.mat.query
Interface IResultPie.Slice

Enclosing interface:
IResultPie

public static interface IResultPie.Slice

A slice of the pie.


Method Summary
 IContextObject getContext()
           
 java.lang.String getDescription()
           
 java.lang.String getLabel()
          The label for the pie chart
 double 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()