int Int_t
Signed integer 4 bytes (int).
short Width_t
Line width (short).
double Double_t
Double 8 bytes.
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 void ModifyOn(TVirtualPad &pad)
virtual Color_t GetLineColor() const
Return the line color.
virtual void SetLineStyle(Style_t lstyle)
Set the line style.
virtual void SetLineAttributes()
TAttLine(Color_t lcolor, Style_t lstyle, Width_t lwidth)
virtual Width_t GetLineWidth() const
Return the line width.
virtual void SetLineWidth(Width_t lwidth)
Set the line width.
virtual void SaveLineAttributes(std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1, Int_t widdef=1)
Width_t fLineWidth
Line width.
virtual void SetLineColor(Color_t lcolor)
Set the line color.
virtual Style_t GetLineStyle() const
Return the line style.
Style_t fLineStyle
Line style.
void Copy(TAttLine &attline) const
Color_t fLineColor
Line color.
Int_t DistancetoLine(Int_t px, Int_t py, Double_t xp1, Double_t yp1, Double_t xp2, Double_t yp2)
virtual void SetLineColorAlpha(Color_t lcolor, Float_t lalpha)
void SetLineColor(TColorNumber lcolor)
virtual void ResetAttLine(Option_t *option="")
TVirtualPad is an abstract base class for the Pad and Canvas classes.