java.lang.Object | |
↳ | com.ksyun.media.shortvideo.sticker.StickerHelpBoxInfo |
sticker help box for delete and rotate
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public Bitmap | deleteBit | ||||||||||
public Paint | helpBoxPaint | set help box paint for example(http://blog.csdn.net/abcdef314159/article/details/51720686): setColor(Color.BLACK); 颜色 setStyle(Paint.Style.STROKE); 描边 helpBoxPaint.setAntiAlias(true); 抗锯齿 helpBoxPaint.setStrokeWidth(4); 描边宽度 |
|||||||||
public Bitmap | rotateBit |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
StickerHelpBoxInfo() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
set help box paint
for example(http://blog.csdn.net/abcdef314159/article/details/51720686):
setColor(Color.BLACK); 颜色
setStyle(Paint.Style.STROKE); 描边
helpBoxPaint.setAntiAlias(true); 抗锯齿
helpBoxPaint.setStrokeWidth(4); 描边宽度