arrow->SetFillStyle(1001);
TText *tfree =
new TText(6.2,21.2,
"fFree = TList of free blocks");
TText *tkeys =
new TText(5.2,18.2,
"fKeys = TList of Keys");
TText *tmemory =
new TText(3.2,15.2,
"fListHead = TList of Objects in memory");
arrow->DrawArrow(5,17,17,17,0.02,
"|>");
arrow->DrawArrow(12,11,17,11,0.015,
"|>");
arrow->DrawArrow(11,9,17,9,0.015,
"|>");
dirdata->
AddText(
"fModified: True if directory is modified");
dirdata->
AddText(
"fWritable: True if directory is writable");
dirdata->
AddText(
"fDatimeC: Creation Date/Time");
dirdata->
AddText(
"fDatimeM: Last mod Date/Time");
dirdata->
AddText(
"fNbytesKeys: Number of bytes of key");
dirdata->
AddText(
"fNbytesName : Header length up to title");
dirdata->
AddText(
"fSeekDir: Start of Directory on file");
dirdata->
AddText(
"fSeekParent: Start of Parent Directory");
dirdata->
AddText(
"fSeekKeys: Pointer to Keys record");
keydata->
AddText(
"fNbytes: Size of compressed Object");
keydata->
AddText(
"fObjLen: Size of uncompressed Object");
keydata->
AddText(
"fDatime: Date/Time when written to store");
keydata->
AddText(
"fKeylen: Number of bytes for the key");
keydata->
AddText(
"fCycle : Cycle number");
keydata->
AddText(
"fSeekKey: Pointer to Object on file");
keydata->
AddText(
"fSeekPdir: Pointer to directory on file");
keydata->
AddText(
"fClassName: 'TKey'");
keydata->
AddText(
"fName: Object name");
keydata->
AddText(
"fTitle: Object Title");
}
Draw all kinds of Arrows.
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
virtual void SetLineStyle(Style_t lstyle)
Set the line style.
virtual void SetLineWidth(Width_t lwidth)
Set the line width.
virtual void SetTextAlign(Short_t align=11)
Set the text alignment.
virtual void SetTextSize(Float_t tsize=1)
Set the text size.
virtual TLine * DrawLine(Double_t x1, Double_t y1, Double_t x2, Double_t y2)
Draw this line with new coordinates.
virtual void Draw(Option_t *option="")
Default Draw method for all objects.
A Pave (see TPave) with a text centered in the Pave.
virtual void Draw(Option_t *option="")
Draw this pavelabel with its current attributes.
A Pave (see TPave) with text, lines or/and boxes inside.
virtual TText * AddText(Double_t x1, Double_t y1, const char *label)
Add a new Text line to this pavetext at given coordinates.
virtual void Draw(Option_t *option="")
Draw this pavetext with its current attributes.
Base class for several text objects.