Class ClippingsImpl
java.lang.Object
com.priint.pubserver.metadata.xml.element.ClippingsImpl
- All Implemented Interfaces:
Clippings,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the alpha channel.intGets the alpha index.intGets the clip index.Gets the clip path.voidsetAlphaChannel(String alphaChannel) Sets the alpha channel.voidsetAlphaIndex(int alphaIndex) Sets the alpha index.voidsetClipIndex(int clipIndex) Sets the clip index.voidsetClipPath(String clipPath) Sets the clip path.
-
Constructor Details
-
ClippingsImpl
public ClippingsImpl()
-
-
Method Details
-
getClipIndex
public int getClipIndex()Description copied from interface:ClippingsGets the clip index.- Specified by:
getClipIndexin interfaceClippings- Returns:
- the clipIndex
-
setClipIndex
public void setClipIndex(int clipIndex) Description copied from interface:ClippingsSets the clip index.- Specified by:
setClipIndexin interfaceClippings- Parameters:
clipIndex- the clipIndex to set
-
getClipPath
Description copied from interface:ClippingsGets the clip path.- Specified by:
getClipPathin interfaceClippings- Returns:
- the clipPath
-
setClipPath
Description copied from interface:ClippingsSets the clip path.- Specified by:
setClipPathin interfaceClippings- Parameters:
clipPath- the clipPath to set
-
getAlphaIndex
public int getAlphaIndex()Description copied from interface:ClippingsGets the alpha index.- Specified by:
getAlphaIndexin interfaceClippings- Returns:
- the alphaIndex
-
setAlphaIndex
public void setAlphaIndex(int alphaIndex) Description copied from interface:ClippingsSets the alpha index.- Specified by:
setAlphaIndexin interfaceClippings- Parameters:
alphaIndex- the alphaIndex to set
-
getAlphaChannel
Description copied from interface:ClippingsGets the alpha channel.- Specified by:
getAlphaChannelin interfaceClippings- Returns:
- the alphaChannel
-
setAlphaChannel
Description copied from interface:ClippingsSets the alpha channel.- Specified by:
setAlphaChannelin interfaceClippings- Parameters:
alphaChannel- the alphaChannel to set
-