library: libCore #include "TAttFill.h" |
TAttFill() | |
TAttFill(const TAttFill&) | |
TAttFill(Color_t fcolor, Style_t fstyle) | |
virtual | ~TAttFill() |
static TClass* | Class() |
void | Copy(TAttFill& attfill) const |
virtual Color_t | GetFillColor() const |
virtual Style_t | GetFillStyle() const |
virtual TClass* | IsA() const |
virtual Bool_t | IsTransparent() const |
virtual void | Modify() |
TAttFill& | operator=(const TAttFill&) |
virtual void | ResetAttFill(Option_t* option = "") |
virtual void | SaveFillAttributes(ostream& 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) |
virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
virtual void | Streamer(TBuffer& b) |
void | StreamerNVirtual(TBuffer& b) |
*-*-*-*-*-*-*-*-*-*-*-*-*Fill Area Attributes class*-*-*-*-*-*-*-*-*-*-*-* *-* ========================== *-* Fill Area attributes are: *-* Fill Color *-* Fill Style *-* *-* This class is used (in general by secondary inheritance) *-* by many other classes (graphics, histograms). *-* *-* The following table shows the list of default colors./* */
Conventions for fill styles: 0 : hollow 1001 : Solid 2001 : hatch style 3000+pattern_number (see below) 4000 :the window is transparent. 4000 to 4100 the window is 100% transparent to 100% opaque pattern_number can have any value from 1 to 25 (see table), or any value from 100 to 999. For the latest the numbering convention is the following: pattern_number = ijk (FillStyle = 3ijk) i (1-9) : specify the space between each hatch 1 = 1/2mm 9 = 6mm j (0-9) : specify angle between 0 and 90 degrees 0 = 0 1 = 10 2 = 20 3 = 30 4 = 45 5 = Not drawn 6 = 60 7 = 70 8 = 80 9 = 90 k (0-9) : specify angle between 90 and 180 degrees 0 = 180 1 = 170 2 = 160 3 = 150 4 = 135 5 = Not drawn 6 = 120 7 = 110 8 = 100 9 = 90 *-* The following table shows the list of pattern styles./* */
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*-*-*-*-*-*-*-*-*-*-*-*AttFill default constructor*-*-*-*-*-*-*-*-*-*-*-* *-* =========================== *-* Default fill attributes are taking from the current style *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*-*-*-*-*-*-*-*-*-*-*-*AttFill normal constructor*-*-*-*-*-*-*-*-*-*-*-* *-* =========================== *-* color Fill Color *-* style Fill Style *-* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*-*-*-*-*-*-*-*-*-*-*-*AttFill destructor*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* *-* =================
*-*-*-*-*-*-*-*-*Copy this fill attributes to a new attfill*-*-*-*-*-*-*-*-* *-* ==========================================
*-*-*-*-*-*-*-*Change current fill area attributes if necessary*-*-*-*-*-*-* *-* ================================================
*-*-*-*-*-*-*-*-*Reset this fill attributes to default values*-*-*-*-*-*-* *-* ============================================
Save fill attributes as C++ statement(s) on output stream out
*-*-*-*-*-*-*-*-*Invoke the DialogCanvas Fill attributes*-*-*-*-*-*-* *-* =======================================