easyreveal / com.jem.easyreveal.clippathproviders / CircularClipPathProvider
CircularClipPathProvider
class CircularClipPathProvider :
ClipPathProvider
ClipPathProvider which provides Circular path.
Constructors
Name | Summary |
---|---|
<init> | CircularClipPathProvider(x: Float , y: Float ) CircularClipPathProvider() ClipPathProvider which provides Circular path. |
Inherited Properties
Name | Summary |
---|---|
op | var op: Op Region.Op variable that is used in android.graphics.Canvas.clipPath in the EasyRevealLayouts |
path | var path: Path Path variable that should be used to make the path to be returned in getPath function. |
Functions
Name | Summary |
---|---|
getPath | fun getPath(percent: Float , view: View): Path Generate the Path for the percent value to be applied in the view. |
setCircleCenter | fun setCircleCenter(x: Float , y: Float ): Unit Set the center of the circle where reveal animation will begin/end. |