12#ifndef ROOT_TAttMarker
13#define ROOT_TAttMarker
int Int_t
Signed integer 4 bytes (int).
float Size_t
Attribute size (float).
short Width_t
Line width (short).
short Color_t
Color number (short).
short Style_t
Style number (short).
float Float_t
Float 4 bytes (float).
const char Option_t
Option string (const char).
#define ClassDef(name, id)
virtual Style_t GetMarkerStyle() const
Return the marker style.
virtual void SetMarkerColor(Color_t mcolor=1)
Set the marker color.
virtual Color_t GetMarkerColor() const
Return the marker color.
Color_t fMarkerColor
Marker color.
virtual void SetMarkerColorAlpha(Color_t mcolor, Float_t malpha)
virtual Size_t GetMarkerSize() const
Return the marker size.
virtual void ModifyOn(TVirtualPad &pad)
TAttMarker(Color_t color, Style_t style, Size_t msize)
static Style_t GetMarkerStyleBase(Style_t style)
virtual void SetMarkerStyle(Style_t mstyle=1)
Set the marker style.
void Copy(TAttMarker &attmarker) const
virtual void SetMarkerSize(Size_t msize=1)
Set the marker size.
void SetMarkerColor(TColorNumber lcolor)
Size_t fMarkerSize
Marker size.
Style_t fMarkerStyle
Marker style.
static Width_t GetMarkerLineWidth(Style_t style)
virtual void ResetAttMarker(Option_t *toption="")
virtual void SetMarkerAttributes()
virtual void SaveMarkerAttributes(std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1, Int_t sizdef=1)
TVirtualPad is an abstract base class for the Pad and Canvas classes.