toggle menu
drawboard
1.1.0
androidJvm
switch theme
search in API
drawboard
/
com.king.drawboard.view
/
DrawBoardView
/
DrawMode
Draw
Mode
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
annotation class
DrawMode
绘制模式
Members
Properties
DRAW_BITMAP
Link copied to clipboard
val
DRAW_BITMAP
:
Int
=
8
绘制图片
DRAW_CIRCLE
Link copied to clipboard
val
DRAW_CIRCLE
:
Int
=
6
绘制圆
DRAW_LINE
Link copied to clipboard
val
DRAW_LINE
:
Int
=
3
绘制线
DRAW_OVAL
Link copied to clipboard
val
DRAW_OVAL
:
Int
=
5
绘制椭圆
DRAW_PATH
Link copied to clipboard
val
DRAW_PATH
:
Int
=
1
绘制路径
DRAW_POINT
Link copied to clipboard
val
DRAW_POINT
:
Int
=
2
绘制点
DRAW_RECT
Link copied to clipboard
val
DRAW_RECT
:
Int
=
4
绘制矩形
DRAW_TEXT
Link copied to clipboard
val
DRAW_TEXT
:
Int
=
7
绘制文本
ERASER
Link copied to clipboard
val
ERASER
:
Int
=
9
橡皮擦
MOSAIC
Link copied to clipboard
val
MOSAIC
:
Int
=
10
马赛克
Functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String