Functions | |
tt | Draw () |
a | DrawArc (0.1, 0.1, 0.2, 0., 45.,"only") |
l | DrawLine (0.1, 0.1, 0.9, 0.1) |
m | DrawMarker (0.1, 0.1) |
Ta | Range (0, 0, 1, 1) |
a | SetFillStyle (0) |
a | SetLineColor (kBlue) |
l | SetLineColor (kRed) |
a | SetLineStyle (3) |
m | SetMarkerColor (kBlue) |
m | SetMarkerStyle (20) |
tt | SetTextAlign (11) |
tt | SetTextAngle (45) |
tt | SetTextSize (0.1) |
Variables | |
auto * | a = new TArc() |
auto * | l = new TLine() |
auto * | m = new TMarker() |
auto * | t1 = new TLatex(0.3,0.18,"45^{o}") |
auto * | tt = new TText(0.1,0.1,"Text angle is 45 degrees") |
tt Draw | ( | ) |
a DrawArc | ( | 0. | 1, |
0. | 1, | ||
0. | 2, | ||
0. | , | ||
45. | , | ||
"only" | |||
) |
l DrawLine | ( | 0. | 1, |
0. | 1, | ||
0. | 9, | ||
0. | 1 | ||
) |
m DrawMarker | ( | 0. | 1, |
0. | 1 | ||
) |
Ta Range | ( | 0 | , |
0 | , | ||
1 | , | ||
1 | |||
) |
a SetFillStyle | ( | 0 | ) |
a SetLineStyle | ( | 3 | ) |
m SetMarkerStyle | ( | 20 | ) |
tt SetTextAlign | ( | 11 | ) |
tt SetTextAngle | ( | 45 | ) |
tt SetTextSize | ( | 0. | 1 | ) |
auto* a = new TArc() |
Definition at line 12 of file textangle.C.
auto* l = new TLine() |
Definition at line 4 of file textangle.C.
auto* m = new TMarker() |
Definition at line 8 of file textangle.C.
auto* t1 = new TLatex(0.3,0.18,"45^{o}") |
Definition at line 20 of file textangle.C.
auto* tt = new TText(0.1,0.1,"Text angle is 45 degrees") |
Definition at line 16 of file textangle.C.