Interface ScalingFilter


public interface ScalingFilter
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    linear interpolation filter
    static final int
    nearest neighbor interpolation filter
    static final int
    linear interpolation along each axis,
    plus mipmap generation, with linear interpolation along the mipmap
    levels
  • Field Details

    • LINEAR

      static final int LINEAR
      linear interpolation filter
      See Also:
    • NEAREST

      static final int NEAREST
      nearest neighbor interpolation filter
      See Also:
    • TRILINEAR

      static final int TRILINEAR
      linear interpolation along each axis,
      plus mipmap generation, with linear interpolation along the mipmap
      levels
      See Also: