Class ClippingsImpl

java.lang.Object
com.priint.pubserver.metadata.xml.element.ClippingsImpl
All Implemented Interfaces:
Clippings, Serializable

public class ClippingsImpl extends Object implements Serializable, Clippings
See Also:
  • Constructor Details

    • ClippingsImpl

      public ClippingsImpl()
  • Method Details

    • getClipIndex

      public int getClipIndex()
      Description copied from interface: Clippings
      Gets the clip index.
      Specified by:
      getClipIndex in interface Clippings
      Returns:
      the clipIndex
    • setClipIndex

      public void setClipIndex(int clipIndex)
      Description copied from interface: Clippings
      Sets the clip index.
      Specified by:
      setClipIndex in interface Clippings
      Parameters:
      clipIndex - the clipIndex to set
    • getClipPath

      public String getClipPath()
      Description copied from interface: Clippings
      Gets the clip path.
      Specified by:
      getClipPath in interface Clippings
      Returns:
      the clipPath
    • setClipPath

      public void setClipPath(String clipPath)
      Description copied from interface: Clippings
      Sets the clip path.
      Specified by:
      setClipPath in interface Clippings
      Parameters:
      clipPath - the clipPath to set
    • getAlphaIndex

      public int getAlphaIndex()
      Description copied from interface: Clippings
      Gets the alpha index.
      Specified by:
      getAlphaIndex in interface Clippings
      Returns:
      the alphaIndex
    • setAlphaIndex

      public void setAlphaIndex(int alphaIndex)
      Description copied from interface: Clippings
      Sets the alpha index.
      Specified by:
      setAlphaIndex in interface Clippings
      Parameters:
      alphaIndex - the alphaIndex to set
    • getAlphaChannel

      public String getAlphaChannel()
      Description copied from interface: Clippings
      Gets the alpha channel.
      Specified by:
      getAlphaChannel in interface Clippings
      Returns:
      the alphaChannel
    • setAlphaChannel

      public void setAlphaChannel(String alphaChannel)
      Description copied from interface: Clippings
      Sets the alpha channel.
      Specified by:
      setAlphaChannel in interface Clippings
      Parameters:
      alphaChannel - the alphaChannel to set