Package skyview.geometry.sampler
Class LI
- java.lang.Object
-
- skyview.geometry.Sampler
-
- skyview.geometry.sampler.LI
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,Component
public class LI extends Sampler
This class implements a linear interpolation sampling scheme.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LI()
-
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
-