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

Public Methods | |
| TAttFill () | |
| TAttFill (Color_t fcolor, Style_t fstyle) | |
| virtual | ~TAttFill () |
| void | Copy (TAttFill &attfill) const |
| Color_t | GetFillColor () const |
| Style_t | GetFillStyle () const |
| Bool_t | IsTransparent () const |
| virtual void | Modify () |
| virtual void | ResetAttFill (Option_t *option="") |
| virtual void | SaveFillAttributes (ofstream &out, const char *name, Int_t coldef=1, Int_t stydef=1001) |
| virtual void | SetFillAttributes () |
| virtual void | SetFillColor (Color_t fcolor) |
| virtual void | SetFillStyle (Style_t fstyle) |
Protected Attributes | |
| Color_t | fFillColor |
| Style_t | fFillStyle |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
Definition at line 40 of file TAttFill.h. References fFillColor. Referenced by TWbox::GetDarkColor(), and TWbox::GetLightColor(). |
|
|
Definition at line 41 of file TAttFill.h. References fFillStyle. |
|
|
Definition at line 53 of file TAttFill.h. References fFillStyle. |
|
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
Reimplemented in TGX11, TPostScript, TSVG, and TVirtualX. Definition at line 47 of file TAttFill.h. References fFillColor. |
|
|
Reimplemented in TGX11, TPad, and TVirtualX. Definition at line 48 of file TAttFill.h. References fFillStyle. |
|
|
Definition at line 32 of file TAttFill.h. Referenced by GetFillColor(), and SetFillColor(). |
|
|
Definition at line 33 of file TAttFill.h. Referenced by GetFillStyle(), IsTransparent(), and SetFillStyle(). |
1.2.16