|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Polysurface in com.quinncurtis.chart3djava |
---|
Methods in com.quinncurtis.chart3djava 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.chart3djava with parameters of type Polysurface | |
---|---|
void |
Polysurface.copy(Polysurface ps)
Copies the source polysurface. |
void |
Polysurface.reducePolysurface(Polysurface ps,
int reduction,
int gridtype)
Initializes polysurface as a compressed copy of another polysurface. |
Constructors in com.quinncurtis.chart3djava with parameters of type Polysurface | |
---|---|
Polysurface(Polysurface ps)
Constructor initializes polysurface as a copy of another polysurface. |
|
Polysurface(Polysurface ps,
int reduction)
Constructor initializes polysurface as a compressed copy of another polysurface. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |