ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes | List of all members
TAttFill Class Reference

Fill Area Attributes class.

This class is used (in general by secondary inheritance) by many other classes (graphics, histograms). It holds all the fill area attributes.

Fill Area attributes

Fill Area attributes are:

Fill Area color

The fill area color is a color index (integer) pointing in the ROOT color table. The fill area color of any class inheriting from TAttFill can be changed using the method SetFillColor and retrieved using the method GetFillColor. The following table shows the first 50 default colors.

pict1_TAttFill_001.png

Color transparency

SetFillColorAlpha(), allows to set a transparent color. In the following example the fill color of the histogram histo is set to blue with a transparency of 35%. The color kBlue itself remains fully opaque.

The transparency is available on all platforms when the flagOpenGL.CanvasPreferGL is set to 1 in $ROOTSYS/etc/system.rootrc, or on Mac with the Cocoa backend. On the file output it is visible with PDF, PNG, Gif, JPEG, SVG, TeX ... but not PostScript.

The ROOT Color Wheel.

The wheel contains the recommended 216 colors to be used in web applications. The colors in the Color Wheel are created by TColor::CreateColorWheel.

Using this color set for your text, background or graphics will give your application a consistent appearance across different platforms and browsers.

Colors are grouped by hue, the aspect most important in human perception Touching color chips have the same hue, but with different brightness and vividness.

Colors of slightly different hues clash. If you intend to display colors of the same hue together, you should pick them from the same group.

Each color chip is identified by a mnemonic (eg kYellow) and a number. The keywords, kRed, kBlue, kYellow, kPink, etc are defined in the header file Rtypes.h that is included in all ROOT other header files. We strongly recommend to use these keywords in your code instead of hardcoded color numbers, eg:

myObject.SetFillColor(kRed);
myObject.SetFillColor(kYellow-10);
myLine.SetLineColor(kMagenta+2);
pict1_TAttFill_002.png

Special case forcing black&white output.

If the current style fill area color is set to 0, then ROOT will force a black&white output for all objects with a fill area defined and independently of the object fill style.

Fill Area style

The fill area style defines the pattern used to fill a polygon. The fill area style of any class inheriting from TAttFill can be changed using the method SetFillStyle and retrieved using the method GetFillStyle.

Conventions for fill styles:

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. The first table displays the 25 fixed patterns. They cannot be customized unlike the hatches displayed in the second table which be customized using:

pict1_TAttFill_003.png

Definition at line 32 of file TAttFill.h.

Public Member Functions

 TAttFill ()
 
 TAttFill (Color_t fcolor, Style_t fstyle)
 AttFill normal constructor. More...
 
virtual ~TAttFill ()
 AttFill destructor. More...
 
void Copy (TAttFill &attfill) const
 Copy this fill attributes to a new TAttFill. More...
 
virtual Color_t GetFillColor () const
 
virtual Style_t GetFillStyle () const
 
virtual Bool_t IsTransparent () const
 
virtual void Modify ()
 Change current fill area attributes if necessary. More...
 
virtual void ResetAttFill (Option_t *option="")
 Reset this fill attributes to default values. More...
 
virtual void SaveFillAttributes (std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1001)
 Save fill attributes as C++ statement(s) on output stream out. More...
 
virtual void SetFillAttributes ()
 Invoke the DialogCanvas Fill attributes. More...
 
virtual void SetFillColor (Color_t fcolor)
 
virtual void SetFillColorAlpha (Color_t fcolor, Float_t falpha)
 Set a transparent fill color. More...
 
virtual void SetFillStyle (Style_t fstyle)
 

Protected Attributes

Color_t fFillColor
 
Style_t fFillStyle
 

#include <TAttFill.h>

Inheritance diagram for TAttFill:
[legend]

Constructor & Destructor Documentation

TAttFill::TAttFill ( )
TAttFill::TAttFill ( Color_t  color,
Style_t  style 
)

AttFill normal constructor.

color Fill Color style Fill Style

Definition at line 181 of file TAttFill.cxx.

TAttFill::~TAttFill ( )
virtual

AttFill destructor.

Definition at line 190 of file TAttFill.cxx.

Member Function Documentation

void TAttFill::Copy ( TAttFill attfill) const
virtual Color_t TAttFill::GetFillColor ( ) const
inlinevirtual

Reimplemented in TGWin32VirtualXProxy.

Definition at line 43 of file TAttFill.h.

Referenced by TSpider::AddVariable(), TSelectorDraw::Begin(), TCanvas::Build(), TPad::Clear(), TGeoVolume::CloneVolume(), ROOT::Internal::TBranchProxyDirector::CreateHistogram(), TF2::CreateHistogram(), TVolume::CreateTNode(), TSpider::DeleteVariable(), TCrown::DistancetoPrimitive(), TEllipse::DistancetoPrimitive(), TPad::Divide(), TAttFillEditor::DoAlpha(), TAttFillEditor::DoAlphaField(), TF1::DoCreateHistogram(), TAttFillEditor::DoLiveAlpha(), TH2::DoProfile(), TH3::DoProject1D(), TH3::DoProject2D(), TH2::DoProjection(), TGQuartz::DrawBox(), TGQuartz::DrawFillArea(), TGLTH3CompositionPainter::DrawPlot(), TSpider::DrawPoly(), TSpider::DrawSlices(), TDiamond::ExecuteEvent(), TSliderBox::ExecuteEvent(), TBox::ExecuteEvent(), TPad::ExecuteEvent(), TProofChain::FillDrawAttributes(), TSpider::GetAverageFillColor(), TAttFillEditor::GetCurAlpha(), TWbox::GetDarkColor(), TPie::GetEntryFillColor(), TPad::GetFrame(), TWbox::GetLightColor(), TPad::HighLight(), TPainter3dAlgorithms::ImplicitFunction(), TNode::ImportShapeAttributes(), TVolume::ImportShapeAttributes(), TProofDrawHist::Init(), TGLViewer::InitSecondaryObjects(), kalman_do(), TGeoVolume::MakeCopyVolume(), TGeoVolumeMulti::MakeCopyVolume(), TCrown::Paint(), TDiamond::Paint(), TPaveStats::Paint(), TWbox::Paint(), TSpline::Paint(), TGraphNode::Paint(), THStack::Paint(), TNode::Paint(), TF2::Paint(), TGraph2D::Paint(), TPad::Paint(), THistPainter::Paint2DErrors(), TArrow::PaintArrow(), THistPainter::PaintBar(), THistPainter::PaintBarH(), TPad::PaintBorder(), TPad::PaintBox(), THistPainter::PaintBoxes(), THistPainter::PaintCandlePlot(), THistPainter::PaintColorLevels(), THistPainter::PaintContour(), TFileDrawMap::PaintDir(), THistPainter::PaintErrors(), TPad::PaintFillAreaHatches(), TWbox::PaintFrame(), TGraphPainter::PaintGraphAsymmErrors(), TGraphPainter::PaintGraphBentErrors(), TGraphPainter::PaintGraphErrors(), THistPainter::PaintH3Iso(), THistPainter::PaintHist(), TParallelCoordVar::PaintHistogram(), THistPainter::PaintLego(), TGraph2DPainter::PaintLevels(), TPad::PaintModified(), TPave::PaintPave(), TPave::PaintPaveArc(), TPaveText::PaintPrimitives(), TVolume::PaintShape(), THistPainter::PaintSurface(), THistPainter::PaintTriangles(), TGraph2DPainter::PaintTriangles_new(), TGraph2DPainter::PaintTriangles_old(), THistPainter::PaintViolinPlot(), TBox::Print(), TGeoVolume::ReplaceNode(), TPaveText::SaveLines(), TPie::SavePrimitive(), TParallelCoordVar::SavePrimitive(), TF3::SavePrimitive(), TF2::SavePrimitive(), TPad::SavePrimitive(), TF1::SavePrimitive(), TStyle::SavePrimitive(), TProofDraw::SetDrawAtt(), TSVG::SetFillColor(), TTeXDump::SetFillColor(), TPDF::SetFillColor(), TPostScript::SetFillColor(), TGX11::SetFillColor(), TGWin32::SetFillColor(), TGLLegoPainter::SetLegoColor(), TAttFillEditor::SetModel(), TSpider::SetNx(), TSpider::SetNy(), TGLBoxPainter::SetPlotColor(), TSpider::SetSegmentDisplay(), TGLTF3Painter::SetSurfaceColor(), TGLSurfacePainter::SetSurfaceColor(), TGLIsoPainter::SetSurfaceColor(), TSelectorDraw::TakeAction(), TSelectorDraw::TakeEstimate(), TPave::TPave(), TVolume::TVolume(), TStyleManager::UpdateEditor(), TFrame::UseCurrentStyle(), TPaveStats::UseCurrentStyle(), TCanvas::UseCurrentStyle(), TGraph::UseCurrentStyle(), TPad::UseCurrentStyle(), TH1::UseCurrentStyle(), and TTree::UseCurrentStyle().

virtual Style_t TAttFill::GetFillStyle ( ) const
inlinevirtual

Reimplemented in TGWin32VirtualXProxy.

Definition at line 44 of file TAttFill.h.

Referenced by TSpider::AddVariable(), TSelectorDraw::Begin(), TGeoVolume::CloneVolume(), ROOT::Internal::TBranchProxyDirector::CreateHistogram(), TF2::CreateHistogram(), TVolume::CreateTNode(), TSpider::DeleteVariable(), TCrown::DistancetoPrimitive(), TEllipse::DistancetoPrimitive(), TBox::DistancetoPrimitive(), TPad::DistancetoPrimitive(), TF1::DoCreateHistogram(), TGQuartz::DrawBox(), TSpider::DrawPoly(), TSpider::DrawSlices(), TProofChain::FillDrawAttributes(), TSpider::GetAverageFillStyle(), TPie::GetEntryFillStyle(), TNode::ImportShapeAttributes(), TVolume::ImportShapeAttributes(), TProofDrawHist::Init(), kalman_do(), TGeoVolume::MakeCopyVolume(), TGeoVolumeMulti::MakeCopyVolume(), TCrown::Paint(), TDiamond::Paint(), TSpline::Paint(), TGraphNode::Paint(), THStack::Paint(), TNode::Paint(), TF2::Paint(), TGraph2D::Paint(), THistPainter::Paint2DErrors(), THistPainter::PaintBar(), THistPainter::PaintBarH(), TPad::PaintBox(), THistPainter::PaintBoxes(), THistPainter::PaintCandlePlot(), THistPainter::PaintColorLevels(), TEllipse::PaintEllipse(), THistPainter::PaintErrors(), TPad::PaintFillArea(), TGraphPainter::PaintGraphAsymmErrors(), TGraphPainter::PaintGraphBentErrors(), TGraphPainter::PaintGraphErrors(), THistPainter::PaintHist(), TParallelCoordVar::PaintHistogram(), THistPainter::PaintLego(), TPave::PaintPave(), TPave::PaintPaveArc(), TVolume::PaintShape(), THistPainter::PaintSurface(), THistPainter::PaintTriangles(), TGraph2DPainter::PaintTriangles_new(), TGraph2DPainter::PaintTriangles_old(), THistPainter::PaintViolinPlot(), TBox::Print(), TGeoVolume::ReplaceNode(), TPaveText::SaveLines(), TPie::SavePrimitive(), TParallelCoordVar::SavePrimitive(), TF2::SavePrimitive(), TPad::SavePrimitive(), TF1::SavePrimitive(), TStyle::SavePrimitive(), TProofDraw::SetDrawAtt(), TAttFillEditor::SetModel(), TSpider::SetNx(), TSpider::SetNy(), TSpider::SetSegmentDisplay(), TSelectorDraw::TakeAction(), TSelectorDraw::TakeEstimate(), TPave::TPave(), TVolume::TVolume(), TStyleManager::UpdateEditor(), TFrame::UseCurrentStyle(), TPaveStats::UseCurrentStyle(), TGraph::UseCurrentStyle(), TH1::UseCurrentStyle(), and TTree::UseCurrentStyle().

Bool_t TAttFill::IsTransparent ( ) const
inlinevirtual

Reimplemented in TGWin32VirtualXProxy.

Definition at line 57 of file TAttFill.h.

Referenced by TPad::PaintBorder(), TPad::PaintModified(), and TWbox::PaintWbox().

void TAttFill::Modify ( )
virtual
void TAttFill::ResetAttFill ( Option_t option = "")
virtual

Reset this fill attributes to default values.

Reimplemented in TGWin32VirtualXProxy.

Definition at line 220 of file TAttFill.cxx.

Referenced by TStyle::Reset().

void TAttFill::SaveFillAttributes ( std::ostream &  out,
const char *  name,
Int_t  coldef = 1,
Int_t  stydef = 1001 
)
virtual
void TAttFill::SetFillAttributes ( )
virtual

Invoke the DialogCanvas Fill attributes.

Reimplemented in TGWin32VirtualXProxy.

Definition at line 246 of file TAttFill.cxx.

Referenced by TLegend::EditEntryAttFill(), and RooPlot::SetFillAttributes().

virtual void TAttFill::SetFillColor ( Color_t  fcolor)
inlinevirtual

Reimplemented in TGWin32, TGX11, TVirtualX, TSpider, TPostScript, TGWin32VirtualXProxy, TPDF, TTeXDump, TSVG, and TGQuartz.

Definition at line 50 of file TAttFill.h.

Referenced by TSpider::AddVariable(), RooStats::SamplingDistPlot::ApplyDefaultStyle(), TMVA::ROCCalc::ApplySignalAndBackgroundStyle(), TSelectorDraw::Begin(), box(), TCanvas::Build(), TSessionQueryFrame::Build(), TDialogCanvas::BuildStandardButtons(), canvas_write(), TGeoChecker::CheckGeometryFull(), TGeoVolume::CloneVolume(), ConfidenceIntervals(), ConnectToServer(), TMVA::correlationscatters(), TMVA::correlationscattersMultiClass(), TF2::CreateHistogram(), TDocLatexDirective::CreateLatex(), TVolume::CreateTNode(), TSpider::DeleteVariable(), demoshelp(), TGroupButton::DisplayColorTable(), TGraphNode::DistancetoPrimitive(), TF1::DoCreateHistogram(), TAttFillEditor::DoFillAlphaColor(), TAttFillEditor::DoFillColor(), doFit(), TAttFillEditor::DoLiveAlpha(), TProofProgressDialog::DoPlotRateGraph(), TH2::DoProfile(), TH3::DoProject1D(), TH3::DoProject2D(), TH2::DoProjection(), TColorWheel::Draw(), TASImage::Draw(), TGenerator::Draw(), TMVA::draw_layer(), TMVA::draw_layer_labels(), TMVA::draw_synapse(), TMVA::DrawCell(), TPad::DrawClassObject(), TPad::DrawColorTable(), TAdvancedGraphicsDialog::DrawConfidenceLevels(), TAdvancedGraphicsDialog::DrawContour(), TProofBench::DrawCPU(), DrawData(), TProofBench::DrawDataSet(), TPad::DrawDist(), TProofBench::DrawEfficiency(), TPainter3dAlgorithms::DrawFaceMode1(), TPainter3dAlgorithms::DrawFaceMode2(), TPainter3dAlgorithms::DrawFaceMode3(), TMLPAnalyzer::DrawNetwork(), TMVA::StatDialogBDTReg::DrawNode(), TMVA::StatDialogBDT::DrawNode(), TSpider::DrawPoly(), TSpider::DrawPolyAverage(), TSpider::DrawSlices(), TSpider::DrawSlicesAverage(), TMVA::StatDialogBDTReg::DrawTree(), TMVA::StatDialogBDT::DrawTree(), ErrorBand(), THistPainter::ExecuteEvent(), TPad::ExecuteEventAxis(), TStatsFeedback::Feedback(), FFT(), TestDialog::FillHistos(), TPainter3dAlgorithms::FillPolygon(), TProofPerfAnalysis::FillWrkInfo(), fit1(), fit2a(), fitcont(), fitLinear(), fitLinearRobust(), fitMultiGraph(), fitslicesy(), FittingDemo(), flower(), GAMinTutorial(), RooStats::HistFactory::HistFactoryNavigation::GetChannelStack(), TPad::GetFrame(), glbox(), glh3c(), glparametric(), glrose(), glsurfaces(), gltf3(), grad(), grad2(), gradients(), graph2dfit(), handle(), handle1(), handle2(), hclient(), help(), hsimple(), httpaccess(), httpcontrol(), httpserver(), httptextlog(), TNode::ImportShapeAttributes(), TVolume::ImportShapeAttributes(), TPie::Init(), IntervalExamples(), kalman_do(), TGeoVolume::MakeCopyVolume(), TGeoVolumeMulti::MakeCopyVolume(), RooCurve::makeErrorBand(), RooStats::HypoTestInverterPlot::MakeExpectedPlot(), matrixOperations_do(), memstatExample(), minuit2FitBench(), mlpHiggs(), TStyleManager::ModFillColor(), mp3player(), TMVA::mvaweights(), na49view(), TCreatePrimitives::Pad(), TDiamond::Paint(), TPaveStats::Paint(), TSpectrum2Painter::Paint(), TPaletteAxis::Paint(), TSpline::Paint(), TGraphEdge::Paint(), TGraphNode::Paint(), THStack::Paint(), TClassTree::Paint(), TNode::Paint(), TPie::Paint(), TASImage::Paint(), TF2::Paint(), TGraph2D::Paint(), THistPainter::Paint2DErrors(), THistPainter::PaintBar(), THistPainter::PaintBarH(), TPad::PaintBorder(), THistPainter::PaintBoxes(), THistPainter::PaintCandlePlot(), TColorWheel::PaintCircle(), TClassTree::PaintClass(), THistPainter::PaintColorLevels(), THistPainter::PaintContour(), TFileDrawMap::PaintDir(), THistPainter::PaintErrors(), TWbox::PaintFrame(), TGraphPainter::PaintGraphAsymmErrors(), TGraphPainter::PaintGraphBentErrors(), TGraphPainter::PaintGraphErrors(), TGraphPainter::PaintGraphPolar(), TColorWheel::PaintGray(), THistPainter::PaintHist(), TParallelCoordVar::PaintHistogram(), THistPainter::PaintLego(), TGraph2DPainter::PaintLevels(), TPave::PaintPave(), TPave::PaintPaveArc(), TPaveText::PaintPrimitives(), TColorWheel::PaintRectangles(), TVolume::PaintShape(), THistPainter::PaintStat(), THistPainter::PaintStat2(), THistPainter::PaintStat3(), TGraphPainter::PaintStats(), THistPainter::PaintSurface(), THistPainter::PaintTH2PolyColorLevels(), THistPainter::PaintTitle(), THistPainter::PaintTriangles(), TGraph2DPainter::PaintTriangles_new(), TGraph2DPainter::PaintTriangles_old(), THistPainter::PaintViolinPlot(), parallelMergeClient(), performance(), RooAbsData::plotOn(), RooAbsReal::plotOn(), RooAbsReal::plotOnWithErrorBand(), RooDataSet::plotOnXY(), portfolio(), qa2(), RadioNuclides(), TMVA::regression_averagedevs(), TGeoVolume::ReplaceNode(), TStyle::Reset(), robot(), TMVA::rulevisCorr(), TMVA::rulevisHists(), TPad::SetAttFillPS(), TSpider::SetAverageFillColor(), TProofDraw::SetDrawAtt(), TPie::SetEntryFillColor(), TGQuartz::SetFillColor(), RooPlot::SetFillColor(), TSpider::SetFillColor(), TSpider::SetNx(), TSpider::SetNy(), TPad::SetPad(), TSpider::SetSegmentDisplay(), TMVA::TMVAGlob::SetSignalAndBackgroundStyle(), TGeoManager::SetVolumeAttribute(), TMemStatShow::Show(), TClassTree::ShowCod(), TPad::ShowGuidelines(), THistPainter::ShowProjection3(), THistPainter::ShowProjectionX(), THistPainter::ShowProjectionY(), TClassTree::ShowRef(), SimpleFitting(), TSelHist::SlaveBegin(), TPie::SortSlices(), station1(), station2(), TSelectorDraw::TakeAction(), TSelectorDraw::TakeEstimate(), TArrow::TArrow(), TDialogCanvas::TDialogCanvas(), testGraphFit(), TestSPlot(), threadsh1(), threadsh2(), TInspectCanvas::TInspectCanvas(), TLegend::TLegend(), TPave::TPave(), TPerfStats::TPerfStats(), transp(), transp_text(), transparentpad(), treeClient(), TTree::TTree(), TVirtualPad::TVirtualPad(), TVolume::TVolume(), TWbox::TWbox(), TSessionQueryFrame::UpdateHistos(), TFrame::UseCurrentStyle(), TPaveStats::UseCurrentStyle(), TCanvas::UseCurrentStyle(), TGraph::UseCurrentStyle(), TPad::UseCurrentStyle(), TH1::UseCurrentStyle(), and TTree::UseCurrentStyle().

void TAttFill::SetFillColorAlpha ( Color_t  fcolor,
Float_t  falpha 
)
virtual

Set a transparent fill color.

falpha defines the percentage of the color opacity from 0. (fully transparent) to 1. (fully opaque).

Definition at line 255 of file TAttFill.cxx.

virtual void TAttFill::SetFillStyle ( Style_t  fstyle)
inlinevirtual

Reimplemented in TPad, TGWin32, TGX11, TVirtualX, TSpider, TGWin32VirtualXProxy, and TGQuartz.

Definition at line 52 of file TAttFill.h.

Referenced by TSpider::AddVariable(), TMVA::ROCCalc::ApplySignalAndBackgroundStyle(), TSelectorDraw::Begin(), TMVA::boostcontrolplots(), box(), canvas_write(), TGeoVolume::CloneVolume(), TMVA::compareanapp(), TMVA::correlationscatters(), TMVA::correlationscattersMultiClass(), TF2::CreateHistogram(), TVolume::CreateTNode(), TSpider::DeleteVariable(), TF1::DoCreateHistogram(), TAttFillEditor::DoFillPattern(), TF1::DoInitialize(), TParallelCoord::Draw(), TMVA::draw_layer(), TMVA::draw_layer_labels(), TMVA::draw_synapse(), TMVA::DrawCell(), TPad::DrawColorTable(), TAdvancedGraphicsDialog::DrawConfidenceLevels(), TPainter3dAlgorithms::DrawFaceMode1(), TPainter3dAlgorithms::DrawFaceMode2(), TPainter3dAlgorithms::DrawFaceMode3(), TMVA::StatDialogMVAEffs::DrawHistograms(), TMVA::DrawMLPoutputMovie(), TMLPAnalyzer::DrawNetwork(), TMVA::StatDialogBDTReg::DrawNode(), TMVA::StatDialogBDT::DrawNode(), TSpider::DrawPoly(), TSpider::DrawPolyAverage(), TSpider::DrawSlices(), TSpider::DrawSlicesAverage(), TMVA::StatDialogBDTReg::DrawTree(), TMVA::StatDialogBDT::DrawTree(), ErrorBand(), THistPainter::ExecuteEvent(), TASImage::ExecuteEvent(), TPad::ExecuteEventAxis(), TPainter3dAlgorithms::FillPolygon(), fitEllipseTGraphDLSF(), fitEllipseTGraphRMM(), TPad::GetFrame(), TNode::ImportShapeAttributes(), TVolume::ImportShapeAttributes(), TPie::Init(), kalman_do(), TGeoVolume::MakeCopyVolume(), TGeoVolumeMulti::MakeCopyVolume(), mlpHiggs(), TStyleManager::ModFillStyle(), TMVA::mvas(), TMVA::mvasMulticlass(), TDiamond::Paint(), TSpectrum2Painter::Paint(), TPaletteAxis::Paint(), TSpline::Paint(), TGraphNode::Paint(), THStack::Paint(), TNode::Paint(), TPie::Paint(), TASImage::Paint(), TF2::Paint(), TGraph2D::Paint(), THistPainter::Paint2DErrors(), THistPainter::PaintBar(), THistPainter::PaintBarH(), TPad::PaintBox(), THistPainter::PaintBoxes(), TParallelCoordVar::PaintBoxPlot(), THistPainter::PaintCandlePlot(), THistPainter::PaintColorLevels(), THistPainter::PaintContour(), TFileDrawMap::PaintDir(), THistPainter::PaintErrors(), TGraphPainter::PaintGraphAsymmErrors(), TGraphPainter::PaintGraphBentErrors(), TGraphPainter::PaintGraphErrors(), TGraphPainter::PaintGraphPolar(), THistPainter::PaintHist(), TParallelCoordVar::PaintHistogram(), THistPainter::PaintLego(), TPave::PaintPave(), TPave::PaintPaveArc(), TVolume::PaintShape(), THistPainter::PaintStat(), THistPainter::PaintStat2(), THistPainter::PaintStat3(), TGraphPainter::PaintStats(), THistPainter::PaintSurface(), THistPainter::PaintTitle(), THistPainter::PaintTriangles(), TGraph2DPainter::PaintTriangles_new(), TGraph2DPainter::PaintTriangles_old(), THistPainter::PaintViolinPlot(), plot(), RooAbsData::plotOn(), RooFitResult::plotOn(), RooAbsReal::plotOn(), RooAbsReal::plotOnWithErrorBand(), RooDataSet::plotOnXY(), TMVA::probas(), RadioNuclides(), TGeoVolume::ReplaceNode(), TStyle::Reset(), TMVA::rulevisCorr(), TMVA::rulevisHists(), TPad::SetAttFillPS(), TSpider::SetAverageFillStyle(), TProofDraw::SetDrawAtt(), TPie::SetEntryFillStyle(), TGQuartz::SetFillStyle(), RooPlot::SetFillStyle(), TSpider::SetFillStyle(), TPad::SetFillStyle(), TSpider::SetNx(), TSpider::SetNy(), TSpider::SetSegmentDisplay(), TMVA::TMVAGlob::SetSignalAndBackgroundStyle(), TMVA::TMVAGlob::SetTMVAStyle(), TPie::SortSlices(), TSelectorDraw::TakeAction(), TSelectorDraw::TakeEstimate(), TF1::TF1(), TPave::TPave(), TTree::TTree(), TVirtualPad::TVirtualPad(), TVolume::TVolume(), TWbox::TWbox(), TFrame::UseCurrentStyle(), TPaveStats::UseCurrentStyle(), TGraph::UseCurrentStyle(), TH1::UseCurrentStyle(), TTree::UseCurrentStyle(), TMVA::variables(), and TMVA::variablesMultiClass().

Member Data Documentation

Color_t TAttFill::fFillColor
protected
Style_t TAttFill::fFillStyle
protected

The documentation for this class was generated from the following files: