28 template<
typename Drawable>
65 fDraw->SetLineColor(lc);
70 fDraw->SetLineStyle(lc);
75 fDraw->SetLineWidth(lc);
80 fDraw->SetFillColor(lc);
85 fDraw->SetFillStyle(lc);
90 fDraw->SetMarkerColor(lc);
95 fDraw->SetMarkerStyle(lc);
100 fDraw->SetMarkerSize(lc);
#define ClassDef(name, id)
Simple wrapper for objects which can be drawn (graphs, histograms)
KVDrawable & LineColor(int lc)
KVDrawable & operator=(const KVDrawable &d)
KVDrawable & LineWidth(int lc)
KVDrawable & MarkerColor(int lc)
KVDrawable & operator=(KVDrawable &&d)
KVDrawable & LineStyle(int lc)
KVDrawable & MarkerSize(float lc)
KVDrawable & FillStyle(int lc)
KVDrawable(KVDrawable &&d)
KVDrawable(const KVDrawable &d)
KVDrawable & MarkerStyle(int lc)
KVDrawable & FillColor(int lc)