122 ((
TPave&)pave).TPave::Copy(*
this);
150 if (
gPad->GetLogx()) {
154 if (
gPad->GetLogy()) {
198 Int_t pxl, pyl, pxt, pyt;
203 if (px1 < px2) {pxl = px1; pxt = px2;}
204 else {pxl = px2; pxt = px1;}
205 if (py1 < py2) {pyl = py1; pyt = py2;}
206 else {pyl = py2; pyt = py1;}
209 if ( (px >= pxl && px <= pxt) && (py >= pyl && py <= pyt) )
return 0;
219 if (option && strlen(option)) opt = option;
231 TPave *newpave =
new TPave(x1,y1,x2,y2,bordersize,option);
245 if (!
gPad->IsEditable())
return;
314 if (opt.
Length() == 0) opt =
"br";
324 gPad->PaintLine(x1,y1,x2,y1);
325 gPad->PaintLine(x2,y1,x2,y2);
326 gPad->PaintLine(x2,y2,x1,y2);
327 gPad->PaintLine(x1,y2,x1,y1);
337 x[0] = x1 + 1.5*wx; y[0] = y2;
338 x[1] = x[0]; y[1] = y2 + wy;
339 x[2] = x2 + wx; y[2] = y[1];
340 x[3] = x[2]; y[3] = y1 + 1.5*wy;
341 x[4] =
x2; y[4] = y[3];
342 x[5] = x[4]; y[5] = y2;
347 x[0] = x1 - wx; y[0] = y1 + 1.5*wy;
348 x[1] = x[0]; y[1] = y2 + wy;
349 x[2] = x2 - 1.5*wx; y[2] = y[1];
350 x[3] = x[2]; y[3] = y2;
351 x[4] =
x1; y[4] = y[3];
352 x[5] =
x1; y[5] = y[0];
357 x[0] = x1 + 1.5*wx; y[0] = y1;
358 x[1] = x[0]; y[1] = y1 - wy;
359 x[2] = x2 + wx; y[2] = y[1];
360 x[3] = x[2]; y[3] = y2 - 1.5*wy;
361 x[4] =
x2; y[4] = y[3];
362 x[5] = x[4]; y[5] = y1;
367 x[0] = x1 - wx; y[0] = y2 - 1.5*wy;
368 x[1] = x[0]; y[1] = y1 - wy;
369 x[2] = x2 - 1.5*wx; y[2] = y[1];
370 x[3] = x[2]; y[3] = y1;
371 x[4] =
x1; y[4] = y[3];
372 x[5] = x[4]; y[5] = y[0];
375 for (
Int_t i=0;i<6;i++) {
376 if (x[i] <
gPad->GetX1()) x[i] =
gPad->GetX1();
377 if (x[i] >
gPad->GetX2()) x[i] =
gPad->GetX2();
378 if (y[i] <
gPad->GetY1()) y[i] =
gPad->GetY1();
379 if (y[i] >
gPad->GetY2()) y[i] =
gPad->GetY2();
381 x[6] = x[0]; y[6] = y[0];
385 gPad->PaintFillArea(6,x,y);
386 x[0] =
x1; y[0] = y1;
387 x[1] =
x1; y[1] = y2;
388 x[2] =
x2; y[2] = y2;
389 x[3] =
x2; y[3] = y1;
390 x[4] =
x1; y[4] = y1;
391 gPad->PaintPolyLine(5,x,y);
402 const Int_t kNPARC = 10;
404 Double_t px[4*kNPARC+10], py[4*kNPARC+10];
408 if (opt.
Length() == 0) opt =
"br";
413 static Double_t cosa[kNPARC], sina[kNPARC];
417 Double_t dtheta = 0.5*3.141592/(kNPARC+1);
419 for (i=0;i<kNPARC;i++) {
434 if (r > 0.5*TMath::Abs(px2-px1)) r = 0.5*
TMath::Abs(px2-px1);
438 px[0] = px2; py[0] = py1 -
r;
439 px[1] = px2; py[1] = py2 +
r;
441 for (i=0;i<kNPARC;i++) {
442 px[np] = px2 - r + r*cosa[i];
443 py[np] = py2 + r - r*sina[i];
446 px[np] = px2 -
r; py[np] = py2;
447 px[np+1] = px1 +
r; py[np+1] = py2;
449 for (i=kNPARC-1;i>=0;i--) {
450 px[np] = px1 + r - r*cosa[i];
451 py[np] = py2 + r - r*sina[i];
454 px[np] = px1; py[np] = py2 +
r;
455 px[np+1] = px1; py[np+1] = py1 -
r;
457 for (i=0;i<kNPARC;i++) {
458 px[np] = px1 + r - r*cosa[i];
459 py[np] = py1 - r + r*sina[i];
462 px[np] = px1 +
r; py[np] = py1;
463 px[np+1] = px2 -
r; py[np+1] = py1;
465 for (i=kNPARC-1;i>=0;i--) {
466 px[np] = px2 - r + r*cosa[i];
467 py[np] = py1 - r + r*sina[i];
470 px[np] = px[0]; py[np] =py[0];
473 for (i=0;i<=np;i++) {
477 gPad->PaintFillArea(np , x, y);
478 gPad->PaintPolyLine(np+1, x, y);
487 px[0] = px2; py[0] = py1 -
r;
488 px[1] = px2; py[1] = py2 +
r;
490 for (i=0;i<kNPARC;i++) {
491 px[np] = px2 - r + r*cosa[i];
492 py[np] = py2 + r - r*sina[i];
495 px[np] = px2 -
r; py[np] = py2;
496 px[np+1] = px1 +
r; py[np+1] = py2;
497 px[np+2] = px1 +
r; py[np+2] = py2 - wy;
498 px[np+3] = px2 -
r; py[np+3] = py2 - wy;
500 for (i=kNPARC-1;i>=0;i--) {
501 px[np] = px2 - r + r*cosa[i]*(1+wx/
r);
502 py[np] = py2 + r - r*sina[i]*(1+wy/
r);
505 px[np] = px2 + wx; py[np] = py2 +
r;
506 px[np+1] = px2 + wx; py[np+1] = py1 -
r;
507 px[np+2] = px[0]; py[np+2] = py[0];
512 px[0] = px2 -
r; py[0] = py2;
513 px[1] = px1 +
r; py[1] = py2;
515 for (i=kNPARC-1;i>=0;i--) {
516 px[np] = px1 + r - r*cosa[i];
517 py[np] = py2 + r - r*sina[i];
520 px[np] = px1; py[np] = py2 +
r;
521 px[np+1] = px1; py[np+1] = py1 -
r;
522 px[np+2] = px1 - wx; py[np+2] = py1 -
r;
523 px[np+3] = px1 - wx; py[np+3] = py2 +
r;
525 for (i=0;i<kNPARC;i++) {
526 px[np] = px1 + r - r*cosa[i]*(1+wx/
r);
527 py[np] = py2 + r - r*sina[i]*(1+wy/
r);
530 px[np] = px1 +
r; py[np] = py2 - wy;
531 px[np+1] = px2 -
r; py[np+1] = py2 - wy;
532 px[np+2] = px[0]; py[np+2] = y[0];
537 px[0] = px1 +
r; py[0] = py1;
538 px[1] = px2 -
r; py[1] = py1;
540 for (i=kNPARC-1;i>=0;i--) {
541 px[np] = px2 - r + r*cosa[i];
542 py[np] = py1 - r + r*sina[i];
545 px[np] = px2; py[np] = py1 -
r;
546 px[np+1] = px2; py[np+1] = py2 +
r;
547 px[np+2] = px2 + wx; py[np+2] = py2 +
r;
548 px[np+3] = px2 + wx; py[np+3] = py1 -
r;
550 for (i=0;i<kNPARC;i++) {
551 px[np] = px2 - r + r*cosa[i]*(1+wx/
r);
552 py[np] = py1 - r + r*sina[i]*(1+wy/
r);
555 px[np] = px2 -
r; py[np] = py1 + wy;
556 px[np+1] = px[0]; py[np+1] = py[0] + wy;
557 px[np+2] = px[0]; py[np+2] = py[0];
562 px[0] = px1; py[0] = py2 +
r;
563 px[1] = px1; py[1] = py1 -
r;
565 for (i=0;i<kNPARC;i++) {
566 px[np] = px1 + r - r*cosa[i];
567 py[np] = py1 + r - r*sina[i];
570 px[np] = px1 +
r; py[np] = py1;
571 px[np+1] = px2 -
r; py[np+1] = py1;
572 px[np+2] = px2 -
r; py[np+2] = py1 + wy;
573 px[np+3] = px1 +
r; py[np+3] = py1 + wy;
575 for (i=kNPARC-1;i>=0;i--) {
576 px[np] = px1 + r - r*cosa[i]*(1+wx/
r);
577 py[np] = py1 - r + r*sina[i]*(1+wy/
r);
580 px[np] = px1 - wx; py[np] = py1 -
r;
581 px[np+1] = px1 - wx; py[np+1] = py[0];
582 px[np+2] = px[0]; py[np+2] = py[0];
588 for (i=0;i<=np;i++) {
592 gPad->PaintFillArea(np,x,y);
620 out<<
"pave = new TPave("<<
fX1<<
","<<
fY1<<
","<<
fX2<<
","<<
fY2 623 if (strcmp(
GetName(),
"TPave")) {
624 out<<
" pave->SetName("<<quote<<
GetName()<<quote<<
");"<<std::endl;
627 out<<
" pave->SetCornerRadius("<<
fCornerRadius<<
");"<<std::endl;
631 out<<
" pave->Draw();"<<std::endl;
689 void TPave::Streamer(
TBuffer &R__b)
699 TBox::Streamer(R__b);
701 R__b >> x1ndc;
fX1NDC = x1ndc;
702 R__b >> y1ndc;
fY1NDC = y1ndc;
703 R__b >> x2ndc;
fX2NDC = x2ndc;
704 R__b >> y2ndc;
fY2NDC = y2ndc;
709 fName.Streamer(R__b);
double clicking on TPave will execute action
void Copy(TObject &box) const
Copy a Box.
Option_t * GetOption() const
virtual Int_t WriteClassBuffer(const TClass *cl, void *pointer)=0
virtual void SetName(const char *name="")
virtual void Print(Option_t *option="") const
Dump this pave with its attributes.
void CallRecursiveRemoveIfNeeded(TObject &obj)
call RecursiveRemove for obj if gROOT is valid and obj.TestBit(kMustCleanup) is true.
virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py)
Execute action corresponding to one event.
R__EXTERN TStyle * gStyle
Double_t fY2
Y of 2nd point.
Buffer base class used for serializing objects.
virtual Int_t CheckByteCount(UInt_t startpos, UInt_t bcnt, const TClass *clss)=0
R__ALWAYS_INLINE Bool_t TestBit(UInt_t f) const
void Copy(TObject &pave) const
Copy this pave to pave.
void ToLower()
Change string to lower-case.
virtual void SetFillStyle(Style_t fstyle)
Set the fill area style.
virtual void Modify()
Change current line attributes if necessary.
static constexpr double rad
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.
A TBox with a bordersize and a shadow option.
virtual void ConvertNDCtoPad()
Convert pave coordinates from NDC to Pad coordinates.
Double_t fY1
Y of 1st point.
virtual Style_t GetLineStyle() const
Return the line style.
virtual void SetY2(Double_t y2)
Set the Y2 value.
static const double x2[5]
virtual const char * ClassName() const
Returns name of class to which the object belongs.
Double_t fX1NDC
X1 point in NDC coordinates.
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.
virtual void Modify()
Change current fill area attributes if necessary.
Double_t Log10(Double_t x)
virtual ~TPave()
Pave default destructor.
virtual void PaintPaveArc(Double_t x1, Double_t y1, Double_t x2, Double_t y2, Int_t bordersize=4, Option_t *option="br")
Draw this pave with rounded corners.
virtual void SetLineColor(Color_t lcolor)
Set the line color.
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
Double_t fX2
X of 2nd point.
virtual void SetX1(Double_t x1)
Set the X1 value.
virtual void Print(Option_t *option="") const
Dump this box with its attributes.
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.
Double_t fX1
X of 1st point.
static void IndentLevel()
Functions used by ls() to indent an object hierarchy.
virtual void Paint(Option_t *option="")
Paint this pave with its current attributes.
Option_t * GetName() const
Returns name of object.
Int_t fBorderSize
window box bordersize in pixels
virtual void PaintBox(Double_t x1, Double_t y1, Double_t x2, Double_t y2, Option_t *option="")
Draw this box with new coordinates.
Double_t fCornerRadius
Corner radius in case of option arc.
virtual Color_t GetLineColor() const
Return the line color.
Int_t GetShadowColor() const
virtual void Draw(Option_t *option="")
Draw this pave with its current attributes.
virtual Int_t ReadClassBuffer(const TClass *cl, void *pointer, const TClass *onfile_class=0)=0
virtual void SetY1(Double_t y1)
Set the Y1 value.
Double_t fY2NDC
Y2 point in NDC coordinates.
static const double x1[5]
Int_t fShadowColor
Color of the pave's shadow.
virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py)
Execute action corresponding to one event.
virtual Int_t DistancetoPrimitive(Int_t px, Int_t py)
Compute distance from point px,py to a pave.
virtual Color_t GetFillColor() const
Return the fill area color.
Bool_t Contains(const char *pat, ECaseCompare cmp=kExact) const
Double_t fX2NDC
X2 point in NDC coordinates.
virtual void SetLineStyle(Style_t lstyle)
Set the line style.
virtual void SetX2(Double_t x2)
Set the X2 value.
Mother of all ROOT objects.
virtual void DrawPave(Double_t x1, Double_t y1, Double_t x2, Double_t y2, Int_t bordersize=4, Option_t *option="br")
Draw this pave with new coordinates.
TPave()
Pave default constructor.
virtual void ls(Option_t *option="") const
List this pave with its attributes.
Int_t fInit
(=0 if transformation to NDC not yet done)
Double_t fY1NDC
Y1 point in NDC coordinates.
virtual void PaintPave(Double_t x1, Double_t y1, Double_t x2, Double_t y2, Int_t bordersize=4, Option_t *option="br")
Draw this pave with new coordinates.
virtual Style_t GetFillStyle() const
Return the fill area style.
virtual void SavePrimitive(std::ostream &out, Option_t *option="")
Save primitive as a C++ statement(s) on output stream out.
TString fOption
Pave style.
virtual Version_t ReadVersion(UInt_t *start=0, UInt_t *bcnt=0, const TClass *cl=0)=0