Class 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 Detail

      • LI

        public LI()
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: Component
        Get the name of this component.
      • getDescription

        public java.lang.String getDescription()
        Description copied from interface: Component
        Get the description of this component.
      • sample

        public void sample​(int pix)
        Sample at a specified pixel
        Specified by:
        sample in class Sampler
        Parameters:
        pix - The index into the output array.