Uses of Class
com.iizix.server.user.UserProfileImageRequest
Packages that use UserProfileImageRequest
Uses of UserProfileImageRequest in com.iizix.server.user
Methods in com.iizix.server.user that return UserProfileImageRequestModifier and TypeMethodDescriptionUserProfileImageRequest.appSessionGyro
(IAppSessionGyro appGyro) Assigns the App Session Gyro to use.UserProfileImageRequest.circle()
Specifies that a circle should be used, if thewidth
andheight
are equal, otherwise it will become an ellipse.UserProfileImageRequest.circle
(int size) Specifies that a circle should be used in the set logical pixel size.UserProfileImageRequest.clientSessionGyro
(IClientSessionGyro clientGyro) Assigns the Client Session Gyro to use.UserProfileImageRequest.clone()
Clones the instance.UserProfileImageRequest.corners
(int corners) The corner size of the image in pixels with DPR = 1.0d.UserProfileImageRequest.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.UserProfileImageURNProvider.createRequest()
Creates an uninitialized profile image request.UserProfileImageRequest.currentAppSessionGyro()
Assigns the App Session Gyro to use.UserProfileImageRequest.currentClientSessionGyro()
Assigns the current Client Session Gyro to use.UserProfileImageRequest.DRPs
(double[] dprs) Sets the DRP's to use.UserProfileImageRequest.quality
(int quality) Sets the image quality.UserProfileImageRequest.size
(int size) Specifies the size of the image.UserProfileImageRequest.size
(int width, int height) Specifies the size of the image.UserProfileImageRequest.user
(long userID) Specifies the user to use.Specifies the user name.