public static class WhiteboardDrawView.BitmapBean
extends java.lang.Object
构造器和说明 |
---|
BitmapBean(Bitmap bitmap,
int left,
int top,
int right,
int bottom) |
BitmapBean(Bitmap bitmap,
int gravity,
int left,
int top,
int right,
int bottom) |
限定符和类型 | 方法和说明 |
---|---|
Bitmap |
getBitmap() |
int |
getBottom() |
int |
getGravity() |
int |
getLeft() |
int |
getRight() |
int |
getTop() |
void |
setBitmap(Bitmap bitmap) |
void |
setBottom(int bottom) |
void |
setGravity(int gravity) |
void |
setLeft(int left) |
void |
setRight(int right) |
void |
setTop(int top) |
java.lang.String |
toString() |
public BitmapBean(Bitmap bitmap, int left, int top, int right, int bottom)
public BitmapBean(Bitmap bitmap, int gravity, int left, int top, int right, int bottom)
public Bitmap getBitmap()
public void setBitmap(Bitmap bitmap)
public int getLeft()
public void setLeft(int left)
public int getTop()
public void setTop(int top)
public int getRight()
public void setRight(int right)
public int getBottom()
public void setBottom(int bottom)
public int getGravity()
public void setGravity(int gravity)
public java.lang.String toString()
toString
在类中 java.lang.Object