public class

StickerHelpBoxInfo

extends Object
java.lang.Object
   ↳ com.ksyun.media.shortvideo.sticker.StickerHelpBoxInfo

Class Overview

sticker help box for delete and rotate

Summary

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
From class java.lang.Object

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

public StickerHelpBoxInfo ()