Interface Clippings

All Superinterfaces:
Serializable
All Known Implementing Classes:
ClippingsImpl

public interface Clippings extends Serializable
The Interface Clippings.
  • Method Details

    • getClipIndex

      int getClipIndex()
      Gets the clip index.
      Returns:
      the clipIndex
    • setClipIndex

      void setClipIndex(int clipIndex)
      Sets the clip index.
      Parameters:
      clipIndex - the clipIndex to set
    • getClipPath

      String getClipPath()
      Gets the clip path.
      Returns:
      the clipPath
    • setClipPath

      void setClipPath(String clipPath)
      Sets the clip path.
      Parameters:
      clipPath - the clipPath to set
    • getAlphaIndex

      int getAlphaIndex()
      Gets the alpha index.
      Returns:
      the alphaIndex
    • setAlphaIndex

      void setAlphaIndex(int alphaIndex)
      Sets the alpha index.
      Parameters:
      alphaIndex - the alphaIndex to set
    • getAlphaChannel

      String getAlphaChannel()
      Gets the alpha channel.
      Returns:
      the alphaChannel
    • setAlphaChannel

      void setAlphaChannel(String alphaChannel)
      Sets the alpha channel.
      Parameters:
      alphaChannel - the alphaChannel to set