Class ClippingsImpl

  • All Implemented Interfaces:
    Clippings, java.io.Serializable

    public class ClippingsImpl
    extends java.lang.Object
    implements java.io.Serializable, Clippings
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ClippingsImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAlphaChannel()
      Gets the alpha channel.
      int getAlphaIndex()
      Gets the alpha index.
      int getClipIndex()
      Gets the clip index.
      java.lang.String getClipPath()
      Gets the clip path.
      void setAlphaChannel​(java.lang.String alphaChannel)
      Sets the alpha channel.
      void setAlphaIndex​(int alphaIndex)
      Sets the alpha index.
      void setClipIndex​(int clipIndex)
      Sets the clip index.
      void setClipPath​(java.lang.String clipPath)
      Sets the clip path.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClippingsImpl

        public ClippingsImpl()
    • Method Detail

      • 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 java.lang.String getClipPath()
        Description copied from interface: Clippings
        Gets the clip path.
        Specified by:
        getClipPath in interface Clippings
        Returns:
        the clipPath
      • setClipPath

        public void setClipPath​(java.lang.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 java.lang.String getAlphaChannel()
        Description copied from interface: Clippings
        Gets the alpha channel.
        Specified by:
        getAlphaChannel in interface Clippings
        Returns:
        the alphaChannel
      • setAlphaChannel

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