round_img_lib
1.0.1
round_img_lib
/
com.newki.round_circle_layout.policy
/
IRoundCirclePolicy
IRound
Circle
Policy
interface
IRoundCirclePolicy
Content copied to clipboard
Functions
Functions
after
Dispatch
Draw
Link copied to clipboard
abstract
fun
afterDispatchDraw
(
canvas
:
Canvas
?
)
Content copied to clipboard
before
Dispatch
Draw
Link copied to clipboard
abstract
fun
beforeDispatchDraw
(
canvas
:
Canvas
?
)
Content copied to clipboard
is
Custom
Round
Link copied to clipboard
abstract
fun
isCustomRound
(
)
:
Boolean
Content copied to clipboard
on
Draw
Link copied to clipboard
abstract
fun
onDraw
(
canvas
:
Canvas
?
)
:
Boolean
Content copied to clipboard
on
Layout
Link copied to clipboard
abstract
fun
onLayout
(
left
:
Int
,
top
:
Int
,
right
:
Int
,
bottom
:
Int
)
Content copied to clipboard
set
Background
Link copied to clipboard
abstract
fun
setBackground
(
background
:
Drawable
?
)
Content copied to clipboard
set
Background
Color
Link copied to clipboard
abstract
fun
setBackgroundColor
(
color
:
Int
)
Content copied to clipboard
set
Background
Drawable
Link copied to clipboard
abstract
fun
setBackgroundDrawable
(
background
:
Drawable
?
)
Content copied to clipboard
set
Background
Resource
Link copied to clipboard
abstract
fun
setBackgroundResource
(
resid
:
Int
)
Content copied to clipboard
set
Native
Drawable
Link copied to clipboard
abstract
fun
setNativeDrawable
(
drawable
:
Drawable
)
Content copied to clipboard