| Package | Description |
|---|---|
| org.tinfour.demo.viewer.backplane |
Provides interfaces and classes for performing operations
in background threads, accessing a set of vertices
intended for modeling a surface, and creating a view of the data.
|
| Modifier and Type | Method and Description |
|---|---|
ViewOptions.RasterInterpolationMethod |
ViewOptions.getRasterInterpolationMethod()
Gets the method to be used for interpolating data when building a
raster grid.
|
static ViewOptions.RasterInterpolationMethod |
ViewOptions.RasterInterpolationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewOptions.RasterInterpolationMethod[] |
ViewOptions.RasterInterpolationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewOptions.setRasterInterpolationMethod(ViewOptions.RasterInterpolationMethod method)
Sets the method to be used for interpolating data when building a
raster grid;
|
Copyright © 2019. All rights reserved.