Class AvatarInfo
- java.lang.Object
-
- com.google.gerrit.extensions.common.AvatarInfo
-
public class AvatarInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description AvatarInfo()
-
-
-
Field Detail
-
DEFAULT_SIZE
public static final int DEFAULT_SIZE
Size in pixels the UI prefers an avatar image to be.The web UI prefers avatar images to be square, both the height and width of the image should be this size. The height is the more important dimension to match than the width.
- See Also:
- Constant Field Values
-
url
public String url
-
height
public Integer height
-
width
public Integer width
-
-