14 b.
DrawBox(x1+dx, y1+dy, x2-dx, y2-dy);
16 b.
DrawBox(x1+dx, y1+dy, x2-dx, y2-dy);
44 for (i=1; i<=5; i++) {
45 box(j++, 0.01, y-bh, 0.19, y);
46 box(j++, 0.21, y-bh, 0.39, y);
47 box(j++, 0.41, y-bh, 0.59, y);
48 box(j++, 0.61, y-bh, 0.79, y);
49 box(j++, 0.81, y-bh, 0.99, y);
62 for (i=1; i<=9; i++) {
63 if (i==6) {j2 += 10; j3 += 1; j4 += 1; j5 += 10;}
64 if (i==5) {j4 -= 10; j5 -= 1;}
65 box(j1, 0.01, y-bh, 0.19, y);
66 box(j2, 0.21, y-bh, 0.39, y);
67 box(j3, 0.41, y-bh, 0.59, y);
68 box(j4, 0.61, y-bh, 0.79, y);
69 box(j5, 0.81, y-bh, 0.99, y);
virtual TBox * DrawBox(Double_t x1, Double_t y1, Double_t x2, Double_t y2)
Draw this box with new coordinates.
R__EXTERN TStyle * gStyle
virtual void SetFillStyle(Style_t fstyle)
Set the fill area style.
void box(Int_t pat, Double_t x1, Double_t y1, Double_t x2, Double_t y2)
static const double x2[5]
To draw Mathematical Formula.
TLatex * DrawLatex(Double_t x, Double_t y, const char *text)
Make a copy of this object with the new parameters And copy object attributes.
virtual void SetTextAlign(Short_t align=11)
Set the text alignment.
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
virtual void Range(Double_t x1, Double_t y1, Double_t x2, Double_t y2)
Set world coordinate system for the pad.
char * Form(const char *fmt,...)
static const double x1[5]
void SetHatchesLineWidth(Int_t l)
void SetHatchesSpacing(Double_t h)
you should not use this method at all Int_t Int_t Double_t Double_t Double_t Int_t Double_t Double_t Double_t Double_t b
void SetFrameFillColor(Color_t color=1)
virtual void SetBorderSize(Short_t bordersize)
virtual void SetTextSize(Float_t tsize=1)
Set the text size.