#include <TAttText.h>
Inheritance diagram for TAttText:

Public Methods | |
| TAttText () | |
| TAttText (Int_t align, Float_t angle, Color_t color, Style_t font, Float_t tsize) | |
| virtual | ~TAttText () |
| void | Copy (TAttText &atttext) const |
| Short_t | GetTextAlign () const |
| Float_t | GetTextAngle () const |
| Color_t | GetTextColor () const |
| Font_t | GetTextFont () const |
| Float_t | GetTextSize () const |
| virtual void | Modify () |
| virtual void | ResetAttText (Option_t *toption="") |
| virtual void | SaveTextAttributes (ofstream &out, const char *name, Int_t alidef=12, Float_t angdef=0, Int_t coldef=1, Int_t fondef=61, Float_t sizdef=1) |
| virtual void | SetTextAttributes () |
| virtual void | SetTextAlign (Short_t align=11) |
| virtual void | SetTextAngle (Float_t tangle=0) |
| virtual void | SetTextColor (Color_t tcolor=1) |
| virtual void | SetTextFont (Font_t tfont=62) |
| virtual void | SetTextSize (Float_t tsize=1) |
| virtual void | SetTextSizePixels (Int_t npixels) |
Protected Attributes | |
| Float_t | fTextAngle |
| Float_t | fTextSize |
| Short_t | fTextAlign |
| Color_t | fTextColor |
| Font_t | fTextFont |
|
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Definition at line 46 of file TAttText.h. References fTextAlign. |
|
|
Definition at line 47 of file TAttText.h. References fTextAngle. |
|
|
Definition at line 48 of file TAttText.h. References fTextColor. |
|
|
Definition at line 49 of file TAttText.h. References fTextFont. |
|
|
Definition at line 50 of file TAttText.h. References fTextSize. |
|
|
|
|
|
|
|
||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
Reimplemented in TGX11, and TVirtualX. Definition at line 55 of file TAttText.h. References fTextAlign. |
|
|
Definition at line 56 of file TAttText.h. References fTextAngle. |
|
|
Reimplemented in TGX11, TPostScript, TSVG, and TVirtualX. Definition at line 57 of file TAttText.h. References fTextColor. |
|
|
Reimplemented in TGX11, TGX11TTF, and TVirtualX. Definition at line 58 of file TAttText.h. References fTextFont. |
|
|
Reimplemented in TGX11, TGX11TTF, and TVirtualX. Definition at line 59 of file TAttText.h. References fTextSize. |
|
|
|
|
|
Definition at line 35 of file TAttText.h. Referenced by GetTextAngle(), and SetTextAngle(). |
|
|
Definition at line 36 of file TAttText.h. Referenced by GetTextSize(), and SetTextSize(). |
|
|
Reimplemented in TGX11. Definition at line 37 of file TAttText.h. Referenced by GetTextAlign(), and SetTextAlign(). |
|
|
Definition at line 38 of file TAttText.h. Referenced by GetTextColor(), and SetTextColor(). |
|
|
Definition at line 39 of file TAttText.h. Referenced by GetTextFont(), and SetTextFont(). |
1.2.16