IUserProfileImageRequest | IUserProfileImageRequest.appSessionGyro(IAppSessionGyro appGyro) | Assigns the App Session Gyro to use. |
---|
IUserProfileImageRequest | IUserProfileImageRequest.circle() | Specifies that a circle should be used, if the width and height are equal, otherwise it will become an ellipse. |
---|
IUserProfileImageRequest | IUserProfileImageRequest.circle(int size) | Specifies that a circle should be used in the set logical pixel size. |
---|
IUserProfileImageRequest | IUserProfileImageRequest.clientSessionGyro(IClientSessionGyro clientGyro) | Assigns the Client Session Gyro to use. |
---|
IUserProfileImageRequest | IUserProfileImageRequest.clone() | Clones the instance. |
---|
IUserProfileImageRequest | IUserProfileImageRequest.corners(int corners) | The corner size of the image in pixels with DPR = 1.0d. |
---|
IUserProfileImageRequest | IUserProfileImageRequest.createDefault(boolean doCreateDefault) | Returns if creation of a default user profile image if none is found for a user ID or user Name should be performed or not. |
---|
IUserProfileImageRequest | IUserProfileImageURNProvider.createRequest() | Creates an uninitialized profile image request. |
---|
static IUserProfileImageRequest | UserProfileImageURN.createRequest() | Creates an uninitialized profile image request. |
---|
IUserProfileImageRequest | IUserProfileImageRequest.currentAppSessionGyro() | Assigns the App Session Gyro to use. |
---|
IUserProfileImageRequest | IUserProfileImageRequest.currentClientSessionGyro() | Assigns the current Client Session Gyro to use. |
---|
IUserProfileImageRequest | IUserProfileImageRequest.DRPs(double[] dprs) | Sets the DRP's to use. |
---|
IUserProfileImageRequest | IUserProfileImageRequest.quality(int quality) | Sets the image quality. |
---|
IUserProfileImageRequest | IUserProfileImageRequest.size(int size) | Specifies the size of the image. |
---|
IUserProfileImageRequest | IUserProfileImageRequest.size(int width, int height) | Specifies the size of the image. |
---|
IUserProfileImageRequest | IUserProfileImageRequest.user(long userID) | Specifies the user to use. |
---|
IUserProfileImageRequest | IUserProfileImageRequest.user(java.lang.String userName) | Specifies the user name. |
---|