Package skyview.geometry.sampler
Class LI
- java.lang.Object
-
- skyview.geometry.Sampler
-
- skyview.geometry.sampler.LI
-
- All Implemented Interfaces:
Serializable
,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 String
getDescription()
Get the description of this component.String
getName()
Get the name of this component.void
sample(int pix)
Sample at a specified pixel
-