Schnittstelle ScalingFilter


public interface ScalingFilter
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    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
  • Felddetails

    • LINEAR

      static final int LINEAR
      linear interpolation filter
      Siehe auch:
    • NEAREST

      static final int NEAREST
      nearest neighbor interpolation filter
      Siehe auch:
    • TRILINEAR

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