35 TPieSlice::TPieSlice() : TNamed(), TAttFill(), TAttLine()
46 TPieSlice::TPieSlice(
const char *name,
const char *title,
47 TPie *pie, Double_t val) :
48 TNamed(name, title), TAttFill(), TAttLine()
59 Int_t TPieSlice::DistancetoPrimitive(Int_t , Int_t )
66 gPad->SetCursor(kHand);
75 Double_t TPieSlice::GetRadiusOffset()
83 Double_t TPieSlice::GetValue()
91 void TPieSlice::SavePrimitive(std::ostream &, Option_t * )
98 void TPieSlice::SetRadiusOffset(Double_t val)
101 if (fRadiusOffset<.0) fRadiusOffset = .0;
108 void TPieSlice::SetValue(Double_t val)
112 Warning(
"SetValue",
"Invalid negative value. Absolute value taken");
116 fPie->MakeSlices(kTRUE);