12 #ifndef ROOT_TGraphNode    13 #define ROOT_TGraphNode void CreateGVNode(GVizAgraph_t *gv)
Create the GraphViz node into the GraphViz data structure gv. 
 
GVizAgnode_t * fGVNode
Graphviz node. 
 
Double_t fY
Node's center Y coordinate. 
 
Fill Area Attributes class. 
 
#define ClassDef(name, id)
 
TGraphNode()
Graph node default constructor. 
 
The TNamed class is the base class for all named ROOT classes. 
 
void SetGVNode(GVizAgnode_t *gvn)
 
void Layout()
Layout this node in the GraphViz space. 
 
virtual ~TGraphNode()
Graph Node default destructor. 
 
virtual void Paint(Option_t *option="")
Paint this node with its current attributes. 
 
void SaveAttributes(std::ostream &)
Save attributes as a C++ statement(s) on output stream out called by TGraphStruct::SavePrimitive. 
 
A graph node object which can be added in a TGraphStruct. 
 
GVizAgnode_t * GetGVNode()
 
virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py)
Execute action corresponding to one event. 
 
virtual Int_t DistancetoPrimitive(Int_t px, Int_t py)
Compute distance from point px,py to a node. 
 
virtual void SetTextAngle(Float_t)
Set the text angle. 
 
Double_t fX
Node's center X coordinate. 
 
virtual void SavePrimitive(std::ostream &, Option_t *)
Save primitive as a C++ statement(s) on output stream out.