Uses of Interface
com.iizix.urn.user.IUserProfileImageRequest
Packages that use IUserProfileImageRequest
Uses of IUserProfileImageRequest in com.iizix.server.user
Classes in com.iizix.server.user that implement IUserProfileImageRequestModifier and TypeClassDescriptionclass
The request class for a User Profile Image.Methods in com.iizix.server.user with parameters of type IUserProfileImageRequestModifier and TypeMethodDescriptionUserProfileImageURNProvider.getProfileImage
(IUserProfileImageRequest request) Gets the profile image for the user for the specified request.Uses of IUserProfileImageRequest in com.iizix.urn.user
Methods in com.iizix.urn.user that return IUserProfileImageRequestModifier and TypeMethodDescriptionIUserProfileImageRequest.appSessionGyro
(IAppSessionGyro appGyro) Assigns the App Session Gyro to use.IUserProfileImageRequest.circle()
Specifies that a circle should be used, if thewidth
andheight
are equal, otherwise it will become an ellipse.IUserProfileImageRequest.circle
(int size) Specifies that a circle should be used in the set logical pixel size.IUserProfileImageRequest.clientSessionGyro
(IClientSessionGyro clientGyro) Assigns the Client Session Gyro to use.IUserProfileImageRequest.clone()
Clones the instance.IUserProfileImageRequest.corners
(int corners) The corner size of the image in pixels with DPR = 1.0d.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.IUserProfileImageURNProvider.createRequest()
Creates an uninitialized profile image request.static IUserProfileImageRequest
UserProfileImageURN.createRequest()
Creates an uninitialized profile image request.IUserProfileImageRequest.currentAppSessionGyro()
Assigns the App Session Gyro to use.IUserProfileImageRequest.currentClientSessionGyro()
Assigns the current Client Session Gyro to use.IUserProfileImageRequest.DRPs
(double[] dprs) Sets the DRP's to use.IUserProfileImageRequest.quality
(int quality) Sets the image quality.IUserProfileImageRequest.size
(int size) Specifies the size of the image.IUserProfileImageRequest.size
(int width, int height) Specifies the size of the image.IUserProfileImageRequest.user
(long userID) Specifies the user to use.Specifies the user name.Methods in com.iizix.urn.user with parameters of type IUserProfileImageRequestModifier and TypeMethodDescriptionIUserProfileImageURNProvider.getProfileImage
(IUserProfileImageRequest request) Gets the profile image for the user for the specified request.