Interface Clippings
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ClippingsImpl
The Interface Clippings.
-
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.
-
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
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
Sets the alpha channel.- Parameters:
alphaChannel- the alphaChannel to set
-