Package skyview.geometry.sampler
Class NN
- java.lang.Object
-
- skyview.geometry.Sampler
-
- skyview.geometry.sampler.NN
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.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 java.lang.StringgetDescription()Get the description of this component.java.lang.StringgetName()Get the name of this component.voidsample(int pix)Sample at a specified pixel
-