Uses of Class
com.iizix.prop.image.RuntimeImageDefinition
Uses of RuntimeImageDefinition in com.iizix.gyro
Modifier and TypeMethodDescriptionGets an image definition from the image container of theIRuntimeImageCache
cache implementor, e.g.default RuntimeImageDefinition
Gets an image definition from the image container from the cache.Modifier and TypeMethodDescriptionIRuntimeImageCacheImpl.getImageContainer()
Gets the image cache hash table.Modifier and TypeMethodDescriptionboolean
IRuntimeImageCache.setImage
(RuntimeImageDefinition image) Adds the image definition to the image container for theIRuntimeImageCache
cache implementor, e.g.default boolean
IRuntimeImageCacheImpl.setImage
(RuntimeImageDefinition image) Adds the image definition to the image container for the cache.Uses of RuntimeImageDefinition in com.iizix.server.gyro
Modifier and TypeMethodDescriptionGets an image definition from the image container for the client session.Gets an image definition from the image container for the client session.Modifier and TypeMethodDescriptionboolean
AppSessionGyro.setImage
(RuntimeImageDefinition image) Adds the image definition to the image container for the client session.boolean
ClientSessionGyro.setImage
(RuntimeImageDefinition image) Adds the image definition to the image container for the client session.Uses of RuntimeImageDefinition in com.iizix.server.user
Modifier and TypeMethodDescriptionAuthenticatedUser.getProfileImage
(int width, int height, int quality, boolean createDefault) Gets the profile image for the user scaled to the requested size.AuthenticatedUser.getProfileImage
(int width, int height, int quality, boolean createDefault, int rounded) Gets the profile image for the user scaled to the requested size.AuthenticatedUser.getProfileImage
(IAppSessionGyro appGyro, int width, int height, int quality, boolean createDefault) Gets the profile image for the user scaled to the requested size.AuthenticatedUser.getProfileImage
(IAppSessionGyro appGyro, int width, int height, int quality, boolean createDefault, int rounded) Gets the profile image for the user scaled to the requested size.AuthenticatedUser.getProfileImage
(IClientSessionGyro clientGyro, int width, int height, int quality) Gets the profile image for the user scaled to the requested size.AuthenticatedUser.getProfileImage
(IClientSessionGyro clientGyro, int width, int height, int quality, int rounded) Gets the profile image for the user scaled to the requested size.UserProfileImageURNProvider.getProfileImage
(IUserProfileImageRequest request) Gets the profile image for the user for the specified request.Uses of RuntimeImageDefinition in com.iizix.urn.user
Modifier and TypeMethodDescriptionIUserProfileImageURNProvider.getProfileImage
(IUserProfileImageRequest request) Gets the profile image for the user for the specified request.