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


Public Methods | |
| TArrow () | |
| TArrow (Double_t x1, Double_t y1, Double_t x2,Double_t y2,Float_t arrowsize=0.05,Option_t *option=">") | |
| TArrow (const TArrow &arrow) | |
| virtual | ~TArrow () |
| void | Copy (TObject &arrow) const |
| virtual void | Draw (Option_t *option="") |
| virtual void | DrawArrow (Double_t x1, Double_t y1, Double_t x2,Double_t y2,Float_t arrowsize=0.05,Option_t *option=">") |
| Float_t | GetAngle () const |
| Float_t | GetArrowSize () const |
| Option_t * | GetOption () const |
| virtual void | Paint (Option_t *option="") |
| virtual void | PaintArrow (Double_t x1, Double_t y1, Double_t x2,Double_t y2,Float_t arrowsize=0.05,Option_t *option=">") |
| virtual void | SavePrimitive (ofstream &out, Option_t *option) |
| virtual void | SetAngle (Float_t angle=60) |
| virtual void | SetArrowSize (Float_t arrowsize=0.05) |
| virtual void | SetOption (Option_t *option=">") |
Protected Attributes | |
| Float_t | fAngle |
| Float_t | fArrowSize |
| TString | fOption |
|
|
|
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Reimplemented from TLine. |
|
|
Reimplemented from TObject. |
|
||||||||||||||||||||||||||||
|
|
|
|
Definition at line 51 of file TArrow.h. References fAngle. |
|
|
Definition at line 52 of file TArrow.h. References fArrowSize. |
|
|
Reimplemented from TObject. Definition at line 53 of file TArrow.h. References TString::Data(). |
|
|
Reimplemented from TLine. |
|
||||||||||||||||||||||||||||
|
|
|
||||||||||||
|
Reimplemented from TLine. |
|
|
Definition at line 58 of file TArrow.h. References fAngle. |
|
|
Definition at line 59 of file TArrow.h. References fArrowSize. |
|
|
|
|
|
|
|
|
Definition at line 38 of file TArrow.h. Referenced by GetArrowSize(), and SetArrowSize(). |
|
|
|
1.2.16