liquidswipe / com.jem.liquidswipe.base / ClipPathProvider
ClipPathProvider
abstract class ClipPathProvider
Abstract class that should be extended by other ClipPathProvider classes.
Constructors
| Name | Summary |
|---|---|
| <init> | ClipPathProvider()Abstract class that should be extended by other ClipPathProvider classes. |
Properties
| Name | Summary |
|---|---|
| op | var op: OpRegion.Op variable that is used in android.graphics.Canvas.clipPath in the EasyRevealLayouts |
| path | var path: PathPath variable that should be used to make the path to be returned in getPath function. |
Functions
| Name | Summary |
|---|---|
| getPath | abstract fun getPath(percent: Float, view: View): PathGenerate the Path for the percent value to be applied in the view. |
Inheritors
| Name | Summary |
|---|---|
| LiquidSwipeClipPathProvider | class LiquidSwipeClipPathProvider : ClipPathProviderClipPathProvider which provides LiquidSwipe path. |