14 c1->Range(-1,0,19,30);
16 pl1->SetFillColor(42);
19 TText *
t1 =
pt1->AddText(
"Parenthesis matching");
20 TText *
t2 =
pt1->AddText(
"Remove unnecessary");
28 t4=
pt3->AddText(
"look for simple");
32 TText *
t6 =
pt4->AddText(
"look for an already");
33 TText *
t7 =
pt4->AddText(
"defined expression");
37 TText *
t9 =
pt5->AddText(
"functions :cos sin ..");
53 pt9->SetFillColor(42);
60 pt11->SetFillColor(42);
65 pt12->SetFillColor(42);
86 TText *
t31 =
pt16->AddText(
"value[StackNumber] = value found");
91 ar->DrawArrow(2,22.8,2,21.2,0.012,
"|>");
92 ar->DrawArrow(2,19,2,17.2,0.012,
"|>");
93 ar->DrawArrow(2,15,2,13.2,0.012,
"|>");
94 ar->DrawArrow(2,11,2, 9.2,0.012,
"|>");
95 ar->DrawArrow(2, 7,2, 5.2,0.012,
"|>");
96 ar->DrawArrow(4,24,6,24,0.012,
"|>");
97 ar->DrawArrow(4,20,6,20,0.012,
"|>");
98 ar->DrawArrow(4,16,6,16,0.012,
"|>");
99 ar->DrawArrow(4,12,6,12,0.012,
"|>");
100 ar->DrawArrow(4, 8,6, 8,0.012,
"|>");
101 ar->DrawArrow(10,20,14,20,0.012,
"|>");
102 ar->DrawArrow(12,23,14,23,0.012,
"|>");
103 ar->DrawArrow(12,16.5,14,16.5,0.012,
"|>");
104 ar->DrawArrow(10,12,12,12,0.012,
"|>");
107 ta->SetTextSize(0.015);
109 ta->SetTextAlign(12);
111 ta->DrawText(2.2,18.2,
"not found");
112 ta->DrawText(2.2,6.2,
"found");
115 tb->SetTextSize(0.015);
117 tb->SetTextAlign(11);
119 tb->DrawText(4.2,20.1,
"found");
120 tb->DrawText(4.2,16.1,
"found");
121 tb->DrawText(4.2,12.1,
"found");
122 tb->DrawText(4.2, 8.1,
"not found");
Draw all kinds of Arrows.
Use the TLine constructor to create a simple line.
A Pave (see TPave) with a text centered in the Pave.
A Pave (see TPave) with text, lines or/and boxes inside.
Base class for several text objects.