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 | |
| TArc | a | 
| TLine | l | 
| TMarker | m | 
| 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 | ) | 
| TArc a | 
Definition at line 12 of file textangle.C.
| TLine l | 
Definition at line 4 of file textangle.C.
| TMarker m | 
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.
Definition at line 16 of file textangle.C.