Schnittstelle PixbufError


public interface PixbufError
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    A bad option was passed to a pixbuf save module.
    static final int
    An image file was broken somehow.
    static final int
    Generic failure code, something went wrong.
    static final int
    Only part of the animation was loaded.
    static final int
    Not enough memory.
    static final int
    Unknown image type.
    static final int
    Don't know how to perform the
    given operation on the type of image at hand.
  • Felddetails

    • CORRUPT_IMAGE

      static final int CORRUPT_IMAGE
      An image file was broken somehow.
      Siehe auch:
    • INSUFFICIENT_MEMORY

      static final int INSUFFICIENT_MEMORY
      Not enough memory.
      Siehe auch:
    • BAD_OPTION

      static final int BAD_OPTION
      A bad option was passed to a pixbuf save module.
      Siehe auch:
    • UNKNOWN_TYPE

      static final int UNKNOWN_TYPE
      Unknown image type.
      Siehe auch:
    • UNSUPPORTED_OPERATION

      static final int UNSUPPORTED_OPERATION
      Don't know how to perform the
      given operation on the type of image at hand.
      Siehe auch:
    • FAILED

      static final int FAILED
      Generic failure code, something went wrong.
      Siehe auch:
    • INCOMPLETE_ANIMATION

      static final int INCOMPLETE_ANIMATION
      Only part of the animation was loaded.
      Siehe auch: