ROOT  6.06/08
Reference Guide
Functions | Variables
polyline.C File Reference

Go to the source code of this file.

Functions

pline SetFillColor (38)
 
pline SetLineColor (2)
 
pline SetLineWidth (4)
 
pline Draw ("f")
 
pline Draw ()
 

Variables

Double_t y [5] = {.5,.1,.9,.7,.5}
 
TPolyLinepline = new TPolyLine(5,x,y)
 

Function Documentation

§ Draw() [1/2]

pline Draw ( "f"  )

§ Draw() [2/2]

pline Draw ( )

§ SetFillColor()

pline SetFillColor ( 38  )

§ SetLineColor()

pline SetLineColor ( )

§ SetLineWidth()

pline SetLineWidth ( )

Variable Documentation

§ pline

TPolyLine* pline = new TPolyLine(5,x,y)

Definition at line 4 of file polyline.C.

Referenced by TPrimary::Paint(), and TParticle::Paint().

§ y

Double_t y[5] = {.5,.1,.9,.7,.5}

Definition at line 3 of file polyline.C.