Packages

 

com.aspose.imaging.fileformats.webp

Interface IFrame

  • All Known Implementing Classes:
    WebPFrameBlock


    public interface IFrame

    Webp frame

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      short getDuration()
      Gets the frame duration.
      short getLeft()
      Gets the frame position left.
      short getTop()
      Gets the frame position top.
      void setDuration(short value)
      Sets the frame duration.
      void setLeft(short value)
      Sets the frame position left.
      void setTop(short value)
      Sets the frame position top.
    • Method Detail

      • getLeft

        short getLeft()

        Gets the frame position left.

        Returns:
        The left.
      • setLeft

        void setLeft(short value)

        Sets the frame position left.

        Parameters:
        value - The left.
      • getTop

        short getTop()

        Gets the frame position top.

        Returns:
        The top.
      • setTop

        void setTop(short value)

        Sets the frame position top.

        Parameters:
        value - The top.
      • getDuration

        short getDuration()

        Gets the frame duration.

        Returns:
        The duration.
      • setDuration

        void setDuration(short value)

        Sets the frame duration.

        Parameters:
        value - The duration.