158 TAttMarker::TAttMarker()
160 if (!
gStyle) {fMarkerColor=1; fMarkerStyle=1; fMarkerSize=1;
return;}
204 if (!
gPad->IsBatch()) {
231 out<<
" "<<name<<
"->SetMarkerColor(ci);" << std::endl;
233 out<<
" "<<name<<
"->SetMarkerColor("<<
fMarkerColor<<
");"<<std::endl;
236 out<<
" "<<name<<
"->SetMarkerStyle("<<
fMarkerStyle<<
");"<<std::endl;
239 out<<
" "<<name<<
"->SetMarkerSize("<<
fMarkerSize<<
");"<<std::endl;
void Copy(TAttMarker &attmarker) const
Copy this marker attributes to a new TAttMarker.
R__EXTERN TStyle * gStyle
static void SaveColor(std::ostream &out, Int_t ci)
Save a color with index > 228 as a C++ statement(s) on output stream out.
virtual void SetMarkerAttributes()
Invoke the DialogCanvas Marker attributes.
virtual void SetMarkerColorAlpha(Color_t mcolor, Float_t malpha)
Set a transparent marker color.
virtual void SaveMarkerAttributes(std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1, Int_t sizdef=1)
Save line attributes as C++ statement(s) on output stream out.
virtual void Modify()
Change current marker attributes if necessary.
virtual Size_t GetMarkerSize() const
static Int_t GetColorTransparent(Int_t color, Float_t a)
Static function: Returns the transparent color number corresponding to n.
virtual void ResetAttMarker(Option_t *toption="")
Reset this marker attributes to the default values.
static void UpdateMarkerAttributes(Int_t col, Int_t sty, Float_t msiz)
Update marker attributes via the pad editor.
virtual ~TAttMarker()
TAttMarker destructor.
virtual Color_t GetMarkerColor() const
virtual Style_t GetMarkerStyle() const