TAttFill
class description - source file - inheritance tree
public:
TAttFill TAttFill()
TAttFill TAttFill(Color_t fcolor, Style_t fstyle)
TAttFill TAttFill(TAttFill&)
virtual void ~TAttFill()
TClass* Class()
void Copy(TAttFill& attfill)
Color_t GetFillColor()
Style_t GetFillStyle()
virtual TClass* IsA()
Bool_t IsTransparent()
virtual void Modify()
virtual void Reset(Option_t* option)
virtual void SaveFillAttributes(ofstream& out, Text_t* 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)
protected:
Color_t fFillColor fill area color
Style_t fFillStyle fill area style
See also
-
TArrow, TBox, TEllipse, TF1, TGXW, TGraph, TH1, TLego, TMarker3DBox, TMaterial, TNode, TPolyLine, TPostScript, TShape, TStyle, TTree
*-*-*-*-*-*-*-*-*-*-*-*-*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)
*-* The following table shows the list of pattern styles.
/*
*/
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
TAttFill()
*-*-*-*-*-*-*-*-*-*-*-*-*AttFill default constructor*-*-*-*-*-*-*-*-*-*-*-*
*-* ===========================
*-* Default fill attributes are taking from the current style
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
TAttFill(Color_t color, Style_t style)
*-*-*-*-*-*-*-*-*-*-*-*-*AttFill normal constructor*-*-*-*-*-*-*-*-*-*-*-*
*-* ===========================
*-* color Fill Color
*-* style Fill Style
*-*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
~TAttFill()
*-*-*-*-*-*-*-*-*-*-*-*-*AttFill destructor*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-* =================
void Copy(TAttFill &attfill)
*-*-*-*-*-*-*-*-*Copy this fill attributes to a new attfill*-*-*-*-*-*-*-*-*
*-* ==========================================
void Modify()
*-*-*-*-*-*-*-*Change current fill area attributes if necessary*-*-*-*-*-*-*
*-* ================================================
void Reset(Option_t *)
*-*-*-*-*-*-*-*-*Reset this fill attributes to default values*-*-*-*-*-*-*
*-* ============================================
void SaveFillAttributes(ofstream &out, const Text_t *name, Int_t coldef, Int_t stydef)
Save fill attributes as C++ statement(s) on output stream out
void SetFillAttributes()
*-*-*-*-*-*-*-*-*Invoke the DialogCanvas Fill attributes*-*-*-*-*-*-*
*-* =======================================
Inline Functions
Color_t GetFillColor()
Style_t GetFillStyle()
Bool_t IsTransparent()
void SetFillColor(Color_t fcolor)
void SetFillStyle(Style_t fstyle)
TClass* Class()
TClass* IsA()
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
TAttFill TAttFill(TAttFill&)
Author: Rene Brun 12/12/94
Last update: 2.22/09 12/07/99 17.51.51 by Rene Brun
Copyright (c) 1995-1999, The ROOT System, All rights reserved. *
ROOT page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.