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.String
getDescription()
Get the description of this component.java.lang.String
getName()
Get the name of this component.void
sample(int pix)
Sample at a specified pixel
-