49 :
TEllipse(x1,y1,r1,r1,phimin,phimax,0)
81 TArc *newarc =
new TArc(x1, y1, r1, phimin, phimax);
99 out<<
"arc = new TArc("<<
fX1<<
","<<
fY1<<
","<<
fR1 105 if (
GetNoEdges()) out<<
" arc->SetNoEdges();"<<std::endl;
107 out<<
" arc->Draw();"<<std::endl;
virtual void DrawArc(Double_t x1, Double_t y1, Double_t radius, Double_t phimin=0, Double_t phimax=360, Option_t *option="")
Draw this arc with new coordinates.
Double_t fX1
X coordinate of centre.
Double_t fY1
Y coordinate of centre.
void SetBit(UInt_t f, Bool_t set)
Set or unset the user status bits as specified in f.
if object in a list can be deleted
virtual void AppendPad(Option_t *option="")
Append graphics object to current pad.
virtual ~TArc()
Arc default destructor.
void Copy(TAttLine &attline) const
Copy this line attributes to a new TAttLine.
virtual void SaveLineAttributes(std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1, Int_t widdef=1)
Save line attributes as C++ statement(s) on output stream out.
void Copy(TObject &arc) const
Copy this arc to arc.
Double_t fPhimax
Maximum angle (degrees)
virtual void SaveFillAttributes(std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1001)
Save fill attributes as C++ statement(s) on output stream out.
static const double x1[5]
Mother of all ROOT objects.
void Copy(TObject &ellipse) const
Copy this ellipse to ellipse.
Bool_t GetNoEdges() const
Return kTRUE if kNoEdges bit is set, kFALSE otherwise.
virtual void SavePrimitive(std::ostream &out, Option_t *option="")
Save primitive as a C++ statement(s) on output stream out.
Double_t fPhimin
Minimum angle (degrees)
TArc()
Arc default constructor.
void Copy(TAttFill &attfill) const
Copy this fill attributes to a new TAttFill.