程序包 rtc
类 WhiteboardDrawView.BitmapBean
java.lang.Object
rtc.WhiteboardDrawView.BitmapBean
- 封闭类:
- WhiteboardDrawView
白板背景图
-
构造器概要
构造器说明BitmapBean
(android.graphics.Bitmap bitmap, int left, int top, int right, int bottom) BitmapBean
(android.graphics.Bitmap bitmap, int gravity, int left, int top, int right, int bottom) -
方法概要
-
构造器详细资料
-
BitmapBean
public BitmapBean(android.graphics.Bitmap bitmap, int left, int top, int right, int bottom) -
BitmapBean
public BitmapBean(android.graphics.Bitmap bitmap, int gravity, int left, int top, int right, int bottom)
-
-
方法详细资料
-
getBitmap
public android.graphics.Bitmap getBitmap() -
setBitmap
public void setBitmap(android.graphics.Bitmap bitmap) -
getLeft
public int getLeft() -
setLeft
public void setLeft(int left) -
getTop
public int getTop() -
setTop
public void setTop(int top) -
getRight
public int getRight() -
setRight
public void setRight(int right) -
getBottom
public int getBottom() -
setBottom
public void setBottom(int bottom) -
getGravity
public int getGravity() -
setGravity
public void setGravity(int gravity) -
toString
-