类 EaseAvatarOptions
- java.lang.Object
-
- io.agora.chat.uikit.options.EaseAvatarOptions
-
public class EaseAvatarOptions extends java.lang.ObjectCreated by wei on 2016/11/29.
-
-
构造器概要
构造器 构造器 说明 EaseAvatarOptions()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 intgetAvatarBorderColor()intgetAvatarBorderWidth()intgetAvatarRadius()intgetAvatarShape()voidsetAvatarBorderColor(int avatarBorderColor)Set the border color of the avatar controlvoidsetAvatarBorderWidth(int avatarBorderWidth)Set the border width of the avatar controlvoidsetAvatarRadius(int avatarRadius)Set chamfervoidsetAvatarShape(int avatarShape)Set the shape of the avatar in the item 0:default,1:round,2:rectangle
-
-
-
方法详细资料
-
getAvatarShape
public int getAvatarShape()
-
setAvatarShape
public void setAvatarShape(int avatarShape)
Set the shape of the avatar in the item 0:default,1:round,2:rectangle- 参数:
avatarShape-
-
getAvatarRadius
public int getAvatarRadius()
-
setAvatarRadius
public void setAvatarRadius(int avatarRadius)
Set chamfer- 参数:
avatarRadius-
-
getAvatarBorderColor
public int getAvatarBorderColor()
-
setAvatarBorderColor
public void setAvatarBorderColor(int avatarBorderColor)
Set the border color of the avatar control- 参数:
avatarBorderColor-
-
getAvatarBorderWidth
public int getAvatarBorderWidth()
-
setAvatarBorderWidth
public void setAvatarBorderWidth(int avatarBorderWidth)
Set the border width of the avatar control- 参数:
avatarBorderWidth-
-
-