Package | Description |
---|---|
edu.ucdavis.cstars.client.layers |
Modifier and Type | Method and Description |
---|---|
ImageServiceParameters.Interpolations |
ImageServiceParameters.getInterpolation()
Current interpolation method.
|
static ImageServiceParameters.Interpolations |
ImageServiceParameters.Interpolations.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageServiceParameters.Interpolations[] |
ImageServiceParameters.Interpolations.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageServiceParameters.setInterpolation(ImageServiceParameters.Interpolations interpolation)
Current interpolation method.
|