C# Class Plotter, heap-prof

Inheritance: MonoBehaviour
显示文件 Open project: mono/heap-prof Class Usage Examples

Public Properties

Property Type Description
data ArrayList,

Public Methods

Method Description
Draw ( Graphics g ) : void
FixupData ( ) : void
Plotter ( int xsize, int ysize, TypeTabulator, d, TypeList, tl ) : System

Method Details

Draw() public method

public Draw ( Graphics g ) : void
g Graphics
return void

FixupData() public method

public FixupData ( ) : void
return void

Plotter() public method

public Plotter ( int xsize, int ysize, TypeTabulator, d, TypeList, tl ) : System
xsize int
ysize int
d TypeTabulator,
tl TypeList,
return System

Property Details

data public_oe property

public ArrayList, data
return ArrayList,