程序包 rtc
类 MWhiteboard.Whiteboard
java.lang.Object
rtc.MWhiteboard.Whiteboard
- 封闭类:
- MWhiteboard
白板结构
-
字段概要
-
构造器概要
构造器说明Whiteboard
(String _boardId, String _ownId, String _title, String _description, String _remoteBgUrl, int _width, int _height, long _wndid, int _a, int _r, int _g, int _b) Whiteboard
(String _boardId, String _ownId, String _ownName, String _title, String _description, String _remoteBgUrl, int _width, int _height, long _wndid, int _a, int _r, int _g, int _b) -
方法概要
修饰符和类型方法说明int
get_a()
int
get_b()
int
get_g()
int
int
get_r()
int
long
void
set_a
(int _a) void
set_b
(int _b) void
set_boardId
(String _boardId) void
set_description
(String _description) void
set_g
(int _g) void
set_height
(int _height) void
void
set_ownName
(String _ownName) void
set_r
(int _r) void
set_remoteBgUrl
(String _remoteBgUrl) void
void
set_width
(int _width) void
set_wndid
(long _wndid) toString()
-
字段详细资料
-
_boardId
-
_ownId
-
_ownName
-
_title
-
_description
-
_remoteBgUrl
-
_width
public int _width -
_height
public int _height -
_wndid
public long _wndid -
_a
public int _a -
_r
public int _r -
_g
public int _g -
_b
public int _b
-
-
构造器详细资料
-
Whiteboard
-
Whiteboard
-
-
方法详细资料
-
get_ownId
-
set_ownId
-
get_ownName
-
set_ownName
-
getBoardId
-
get_remoteBgUrl
-
set_remoteBgUrl
-
get_description
-
set_description
-
get_boardId
-
set_boardId
-
get_title
-
set_title
-
get_width
public int get_width() -
set_width
public void set_width(int _width) -
get_height
public int get_height() -
set_height
public void set_height(int _height) -
get_wndid
public long get_wndid() -
set_wndid
public void set_wndid(long _wndid) -
get_a
public int get_a() -
set_a
public void set_a(int _a) -
get_r
public int get_r() -
set_r
public void set_r(int _r) -
get_g
public int get_g() -
set_g
public void set_g(int _g) -
get_b
public int get_b() -
set_b
public void set_b(int _b) -
toString
-