Package skyview.geometry.sampler
Class NN
- java.lang.Object
-
- skyview.geometry.Sampler
-
- skyview.geometry.sampler.NN
-
- All Implemented Interfaces:
Serializable,Cloneable,Component
public class NN extends Sampler
This class implements a nearest neighbor sampling- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NN()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Get the description of this component.StringgetName()Get the name of this component.voidsample(int pix)Sample at a specified pixel
-