Uses of Class
com.quinncurtis.chart2djava.Polysurface

Packages that use Polysurface
com.quinncurtis.chart2djava   
 

Uses of Polysurface in com.quinncurtis.chart2djava
 

Methods in com.quinncurtis.chart2djava that return Polysurface
 Polysurface ContourDataset.getPolysurface()
          Returns the private Polysurface structure used to organize the dataset data points as a polysurface suitable for contour plot analysis.
 

Methods in com.quinncurtis.chart2djava with parameters of type Polysurface
 void Polysurface.copy(Polysurface ps)
           
 void Polysurface.reducePolysurface(Polysurface ps, int reduction, int gridtype)
           
 

Constructors in com.quinncurtis.chart2djava with parameters of type Polysurface
Polysurface(Polysurface ps)
           
Polysurface(Polysurface ps, int reduction)