public class WhiteboardToolView
extends LinearLayout
限定符和类型 | 类和说明 |
---|---|
static interface |
WhiteboardToolView.DrawToolbarListener |
class |
WhiteboardToolView.DrawToolbarObj |
限定符和类型 | 字段和说明 |
---|---|
Context |
context |
WhiteboardToolView.DrawToolbarListener |
drawToolbarListener |
boolean |
isClose_ColorToolbarHandler |
boolean |
isDrawToolViewVisible |
LinearLayout |
ll_draw_tool |
LinearLayout |
ll_laser_pen |
LinearLayout |
ll_more |
LinearLayout |
ll_revoke |
LinearLayout |
ll_set_color |
CheckBox |
rb_draw_tool |
构造器和说明 |
---|
WhiteboardToolView(Context context) |
WhiteboardToolView(Context context,
AttributeSet attrs) |
WhiteboardToolView(Context context,
AttributeSet attrs,
int defStyleAttr) |
限定符和类型 | 方法和说明 |
---|---|
void |
onClick(View v) |
protected void |
onMeasure(int widthMeasureSpec,
int heightMeasureSpec) |
void |
onProgressChanged(SeekBar seekBar,
int progress,
boolean fromUser) |
void |
onStartTrackingTouch(SeekBar seekBar) |
void |
onStopTrackingTouch(SeekBar seekBar) |
void |
setDrawToolState(boolean isChecked) |
void |
setDrawToolViewVisibleListener(WhiteboardToolView.DrawToolbarListener drawToolbarListener) |
public LinearLayout ll_draw_tool
public LinearLayout ll_set_color
public LinearLayout ll_laser_pen
public LinearLayout ll_more
public LinearLayout ll_revoke
public Context context
public CheckBox rb_draw_tool
public boolean isDrawToolViewVisible
public boolean isClose_ColorToolbarHandler
public WhiteboardToolView.DrawToolbarListener drawToolbarListener
public WhiteboardToolView(Context context)
public WhiteboardToolView(Context context, AttributeSet attrs)
public WhiteboardToolView(Context context, AttributeSet attrs, int defStyleAttr)
protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec)
public void onClick(View v)
public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser)
public void onStartTrackingTouch(SeekBar seekBar)
public void onStopTrackingTouch(SeekBar seekBar)
public void setDrawToolState(boolean isChecked)
public void setDrawToolViewVisibleListener(WhiteboardToolView.DrawToolbarListener drawToolbarListener)