#include <TAttLine.h>
Inheritance diagram for TAttLine:

Public Methods | |
| TAttLine () | |
| TAttLine (Color_t lcolor, Style_t lstyle, Width_t lwidth) | |
| virtual | ~TAttLine () |
| void | Copy (TAttLine &attline) const |
| Int_t | DistancetoLine (Int_t px, Int_t py, Double_t xp1, Double_t yp1, Double_t xp2, Double_t yp2) |
| Color_t | GetLineColor () const |
| Style_t | GetLineStyle () const |
| Width_t | GetLineWidth () const |
| virtual void | Modify () |
| virtual void | ResetAttLine (Option_t *option="") |
| virtual void | SaveLineAttributes (ofstream &out, const char *name, Int_t coldef=1, Int_t stydef=1, Int_t widdef=1) |
| virtual void | SetLineAttributes () |
| virtual void | SetLineColor (Color_t lcolor) |
| virtual void | SetLineStyle (Style_t lstyle) |
| virtual void | SetLineWidth (Width_t lwidth) |
Protected Attributes | |
| Color_t | fLineColor |
| Style_t | fLineStyle |
| Width_t | fLineWidth |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||||||||||||||||||
|
|
|
|
Definition at line 42 of file TAttLine.h. References fLineColor. Referenced by TGeoNode::GetColour(). |
|
|
Definition at line 43 of file TAttLine.h. References fLineStyle. |
|
|
Definition at line 44 of file TAttLine.h. References fLineWidth. |
|
|
|
|
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
Reimplemented in TGeoVolume, TGeoVolumeMulti, TGX11, TPostScript, TSVG, and TVirtualX. Definition at line 49 of file TAttLine.h. References fLineColor. |
|
|
Reimplemented in TGeoVolume, TGeoVolumeMulti, TGX11, TPostScript, TSVG, and TVirtualX. Definition at line 50 of file TAttLine.h. References fLineStyle. |
|
|
Reimplemented in TGeoVolume, TGeoVolumeMulti, TGX11, TPostScript, TSVG, and TVirtualX. Definition at line 51 of file TAttLine.h. References fLineWidth. |
|
|
Definition at line 32 of file TAttLine.h. Referenced by GetLineColor(), and SetLineColor(). |
|
|
Definition at line 33 of file TAttLine.h. Referenced by GetLineStyle(), and SetLineStyle(). |
|
|
Definition at line 34 of file TAttLine.h. Referenced by GetLineWidth(), and SetLineWidth(). |
1.2.16