ROOT
6.06/09
Reference Guide
|
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 are:
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.
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 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:
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.
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
.
4000 to 4100 the window is 100% transparent to 100% opaque.
The pad transparency is visible in binary outputs files like gif, jpg, png etc .. but not in vector graphics output files like PS, PDF and SVG. This convention (fill style > 4000) is kept for backward compatibility. It is better to use the color transparency instead.
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:
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:
gStyle->SetHatchesSpacing()
to define the spacing between hatches.gStyle->SetHatchesLineWidth()
to define the hatches line width.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>
TAttFill::TAttFill | ( | ) |
AttFill normal constructor.
color Fill Color style Fill Style
Definition at line 181 of file TAttFill.cxx.
|
virtual |
AttFill destructor.
Definition at line 190 of file TAttFill.cxx.
Copy this fill attributes to a new TAttFill.
Definition at line 197 of file TAttFill.cxx.
Referenced by TLegendEntry::Copy(), TMathText::Copy(), TArrow::Copy(), TPolyLine::Copy(), TEllipse::Copy(), TBox::Copy(), TStyle::Copy(), TH1::Copy(), TF1::Copy(), TArc::DrawArc(), TArrow::DrawArrow(), TBox::DrawBox(), TCanvas::DrawClonePad(), TCrown::DrawCrown(), TEllipse::DrawEllipse(), TGraph::DrawGraph(), TPolyLine::DrawPolyLine(), TEfficiency::FillGraph(), TEfficiency::FillHistogram(), and TMathText::TMathText().
|
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(), TStyle::SavePrimitive(), TF1::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().
|
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(), TStyle::SavePrimitive(), TF1::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().
|
inlinevirtual |
Reimplemented in TGWin32VirtualXProxy.
Definition at line 57 of file TAttFill.h.
Referenced by TPad::PaintBorder(), TPad::PaintModified(), and TWbox::PaintWbox().
|
virtual |
Change current fill area attributes if necessary.
Definition at line 206 of file TAttFill.cxx.
Referenced by TPainter3dAlgorithms::DrawFaceMode1(), TPainter3dAlgorithms::DrawFaceMode2(), TPainter3dAlgorithms::DrawFaceMode3(), TPainter3dAlgorithms::FillPolygon(), TCrown::Paint(), TDiamond::Paint(), TPaletteAxis::Paint(), TMarker3DBox::Paint(), TNode::Paint(), TArrow::PaintArrow(), TPad::PaintBorder(), TBox::PaintBox(), TEllipse::PaintEllipse(), TWbox::PaintFrame(), TPave::PaintPave(), TPave::PaintPaveArc(), TPolyLine::PaintPolyLine(), TPolyLine::PaintPolyLineNDC(), and TVolume::PaintShape().
Reset this fill attributes to default values.
Reimplemented in TGWin32VirtualXProxy.
Definition at line 220 of file TAttFill.cxx.
Referenced by TStyle::Reset().
|
virtual |
Save fill attributes as C++ statement(s) on output stream out.
Definition at line 229 of file TAttFill.cxx.
Referenced by TGraphNode::SaveAttributes(), TLegendEntry::SaveEntry(), TArc::SavePrimitive(), TPavesText::SavePrimitive(), TCrown::SavePrimitive(), TPaveClass::SavePrimitive(), TDiamond::SavePrimitive(), TGroupButton::SavePrimitive(), TPaveLabel::SavePrimitive(), TSlider::SavePrimitive(), TCutG::SavePrimitive(), TPaveStats::SavePrimitive(), TButton::SavePrimitive(), TH1K::SavePrimitive(), TPaletteAxis::SavePrimitive(), TWbox::SavePrimitive(), TMathText::SavePrimitive(), TArrow::SavePrimitive(), TLegend::SavePrimitive(), TGraphErrors::SavePrimitive(), TPaveText::SavePrimitive(), TGraphAsymmErrors::SavePrimitive(), TPolyLine::SavePrimitive(), TMarker3DBox::SavePrimitive(), TPave::SavePrimitive(), TEllipse::SavePrimitive(), TBox::SavePrimitive(), TGraphBentErrors::SavePrimitive(), TTreePerfStats::SavePrimitive(), TEfficiency::SavePrimitive(), TGraph2D::SavePrimitive(), TGraph::SavePrimitive(), TSpline3::SavePrimitive(), TSpline5::SavePrimitive(), and TH1::SavePrimitiveHelp().
|
virtual |
Invoke the DialogCanvas Fill attributes.
Reimplemented in TGWin32VirtualXProxy.
Definition at line 246 of file TAttFill.cxx.
Referenced by TLegend::EditEntryAttFill(), and RooPlot::SetFillAttributes().
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(), ApplicationWindow::ApplicationWindow(), RooStats::SamplingDistPlot::ApplyDefaultStyle(), TMVA::ROCCalc::ApplySignalAndBackgroundStyle(), TSelectorDraw::Begin(), box(), TCanvas::Build(), TSessionQueryFrame::Build(), TDialogCanvas::BuildStandardButtons(), TGeoChecker::CheckGeometryFull(), TGeoVolume::CloneVolume(), TMVA::correlationscatters(), TMVA::correlationscattersMultiClass(), TF2::CreateHistogram(), TDocLatexDirective::CreateLatex(), TVolume::CreateTNode(), TSpider::DeleteVariable(), 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(), RooStats::LikelihoodIntervalPlot::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(), RooStats::MCMCIntervalPlot::DrawHistInterval(), TMLPAnalyzer::DrawNetwork(), TMVA::StatDialogBDTReg::DrawNode(), TMVA::StatDialogBDT::DrawNode(), TSpider::DrawPoly(), TSpider::DrawPolyAverage(), TSpider::DrawSlices(), TSpider::DrawSlicesAverage(), RooStats::MCMCIntervalPlot::DrawTailFractionInterval(), TMVA::StatDialogBDTReg::DrawTree(), TMVA::StatDialogBDT::DrawTree(), ErrorBand(), THistPainter::ExecuteEvent(), TPad::ExecuteEventAxis(), TStatsFeedback::Feedback(), TestDialog::FillHistos(), TPainter3dAlgorithms::FillPolygon(), TProofPerfAnalysis::FillWrkInfo(), GAMinTutorial(), RooStats::HistFactory::HistFactoryNavigation::GetChannelStack(), TPad::GetFrame(), TNode::ImportShapeAttributes(), TVolume::ImportShapeAttributes(), TPie::Init(), kalman_do(), TGeoVolume::MakeCopyVolume(), TGeoVolumeMulti::MakeCopyVolume(), RooCurve::makeErrorBand(), RooStats::HypoTestInverterPlot::MakeExpectedPlot(), matrixOperations_do(), TStyleManager::ModFillColor(), TMVA::mvaweights(), TCreatePrimitives::Pad(), TDiamond::Paint(), TPaveStats::Paint(), TSpectrum2Painter::Paint(), TPaletteAxis::Paint(), TSpline::Paint(), TGraphEdge::Paint(), TGraphNode::Paint(), THStack::Paint(), TClassTree::Paint(), TPie::Paint(), TNode::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(), RooAbsPdf::paramOn(), performance(), RooAbsData::plotOn(), RooAbsReal::plotOn(), RooAbsReal::plotOnWithErrorBand(), RooDataSet::plotOnXY(), TMVA::regression_averagedevs(), TGeoVolume::ReplaceNode(), TStyle::Reset(), TMVA::rulevisCorr(), TMVA::rulevisHists(), TPad::SetAttFillPS(), TSpider::SetAverageFillColor(), TProofDraw::SetDrawAtt(), TPie::SetEntryFillColor(), TGQuartz::SetFillColor(), RooPlot::SetFillColor(), TSpider::SetFillColor(), RooStats::SamplingDistPlot::SetLineColor(), 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(), TSelHist::SlaveBegin(), TPie::SortSlices(), RooAbsData::statOn(), TSelectorDraw::TakeAction(), TSelectorDraw::TakeEstimate(), TArrow::TArrow(), TDialogCanvas::TDialogCanvas(), testGraphFit(), TInspectCanvas::TInspectCanvas(), TLegend::TLegend(), TPave::TPave(), TPerfStats::TPerfStats(), 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().
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.
Reimplemented in TPad, TGWin32, TGX11, TVirtualX, TSpider, TGWin32VirtualXProxy, and TGQuartz.
Definition at line 52 of file TAttFill.h.
Referenced by RooStats::SamplingDistPlot::AddSamplingDistributionShaded(), TSpider::AddVariable(), TMVA::ROCCalc::ApplySignalAndBackgroundStyle(), TSelectorDraw::Begin(), TMVA::boostcontrolplots(), box(), TGeoVolume::CloneVolume(), TMVA::compareanapp(), TMVA::correlationscatters(), TMVA::correlationscattersMultiClass(), TF2::CreateHistogram(), TVolume::CreateTNode(), TSpider::DeleteVariable(), TF1::DoCreateHistogram(), TAttFillEditor::DoFillPattern(), TF1::DoInitialize(), RooStats::LikelihoodIntervalPlot::Draw(), TParallelCoord::Draw(), TMVA::draw_layer(), TMVA::draw_layer_labels(), TMVA::draw_synapse(), TMVA::DrawCell(), TPad::DrawColorTable(), TAdvancedGraphicsDialog::DrawConfidenceLevels(), TPainter3dAlgorithms::DrawFaceMode1(), TPainter3dAlgorithms::DrawFaceMode2(), TPainter3dAlgorithms::DrawFaceMode3(), RooStats::MCMCIntervalPlot::DrawHistInterval(), TMVA::StatDialogMVAEffs::DrawHistograms(), TMVA::DrawMLPoutputMovie(), TMLPAnalyzer::DrawNetwork(), TMVA::StatDialogBDTReg::DrawNode(), TMVA::StatDialogBDT::DrawNode(), TSpider::DrawPoly(), TSpider::DrawPolyAverage(), TSpider::DrawSlices(), TSpider::DrawSlicesAverage(), RooStats::MCMCIntervalPlot::DrawTailFractionInterval(), TMVA::StatDialogBDTReg::DrawTree(), TMVA::StatDialogBDT::DrawTree(), ErrorBand(), THistPainter::ExecuteEvent(), TASImage::ExecuteEvent(), TPad::ExecuteEventAxis(), TPainter3dAlgorithms::FillPolygon(), TPad::GetFrame(), TNode::ImportShapeAttributes(), TVolume::ImportShapeAttributes(), TPie::Init(), kalman_do(), TGeoVolume::MakeCopyVolume(), TGeoVolumeMulti::MakeCopyVolume(), TStyleManager::ModFillStyle(), TMVA::mvas(), TMVA::mvasMulticlass(), TDiamond::Paint(), TSpectrum2Painter::Paint(), TPaletteAxis::Paint(), TSpline::Paint(), TGraphNode::Paint(), THStack::Paint(), TPie::Paint(), TNode::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(), RooAbsPdf::paramOn(), RooAbsData::plotOn(), RooFitResult::plotOn(), RooAbsReal::plotOn(), RooAbsReal::plotOnWithErrorBand(), RooDataSet::plotOnXY(), TMVA::probas(), 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(), RooAbsData::statOn(), 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().
|
protected |
Definition at line 35 of file TAttFill.h.
Referenced by Copy(), TPolyLine::DistancetoPrimitive(), TSVG::DrawBox(), TImageDump::DrawBox(), TTeXDump::DrawBox(), TPDF::DrawBox(), TPostScript::DrawBox(), TSVG::DrawPS(), TImageDump::DrawPS(), TTeXDump::DrawPS(), TPDF::DrawPS(), TPostScript::DrawPS(), GetFillColor(), Modify(), ResetAttFill(), SaveFillAttributes(), SetFillAttributes(), TSVG::SetFillColor(), TTeXDump::SetFillColor(), TPDF::SetFillColor(), TPostScript::SetFillColor(), TGX11::SetFillColor(), TGWin32::SetFillColor(), SetFillColorAlpha(), TAttFill(), TGWin32::UpdateFillColor(), and TPostScript::Zone().
|
protected |
Definition at line 36 of file TAttFill.h.
Referenced by Copy(), TPolyLine::DistancetoPrimitive(), TSVG::DrawBox(), TImageDump::DrawBox(), TTeXDump::DrawBox(), TPDF::DrawBox(), TPostScript::DrawBox(), TSVG::DrawPS(), TImageDump::DrawPS(), TTeXDump::DrawPS(), TPDF::DrawPS(), TPostScript::DrawPS(), GetFillStyle(), TGeoMaterial::GetTransparency(), IsTransparent(), Modify(), TPad::PaintModified(), ResetAttFill(), SaveFillAttributes(), SetFillAttributes(), TGX11::SetFillStyle(), TGWin32::SetFillStyle(), TGX11::SetFillStyleIndex(), TGeoMaterial::SetTransparency(), TAttFill(), TGWin32::UpdateFillStyle(), and TPostScript::Zone().