#include <XANAGraph.h>
Public Methods | |
XANAGraph () | |
XANAGraph (const char *name, Int_t n, Float_t *x, Float_t *y, Option_t *opt) | |
XANAGraph (const char *name, Int_t n, Double_t *x, Double_t *y, Option_t *opt) | |
~XANAGraph () | |
void | Draw (Option_t *opt="") |
Option_t * | GetGKSOption () const |
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
Private Attributes | |
TString | fDrawOption |
|
|
|
|
|
|
|
Definition at line 16 of file XANAGraph.h.
00016 {;} |
|
|
|
Definition at line 21 of file XANAGraph.h.
00021 {;} //Override TGraph method |
|
Definition at line 19 of file XANAGraph.h. References fDrawOption.
00019 {return fDrawOption.Data();} |
|
Definition at line 10 of file XANAGraph.h. Referenced by GetGKSOption. |