Uses of Class
com.iizix.prop.image.RuntimeImageDefinition
Packages that use RuntimeImageDefinition Package Description com.iizix.gyro com.iizix.server.gyro com.iizix.server.user com.iizix.urn.user Uses of RuntimeImageDefinition in com.iizix.gyro
Methods in com.iizix.gyro that return RuntimeImageDefinition Modifier and Type Method Description RuntimeImageDefinition
IRuntimeImageCache. getImage(java.lang.String name)
Gets an image definition from the image container of theIRuntimeImageCache
cache implementor, e.g.default RuntimeImageDefinition
IRuntimeImageCacheImpl. getImage(java.lang.String name)
Gets an image definition from the image container from the cache.Methods in com.iizix.gyro that return types with arguments of type RuntimeImageDefinition Modifier and Type Method Description java.util.Map<java.lang.String,RuntimeImageDefinition>
IRuntimeImageCacheImpl. getImageContainer()
Gets the image cache hash table.Methods in com.iizix.gyro with parameters of type RuntimeImageDefinition Modifier and Type Method Description boolean
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
Methods in com.iizix.server.gyro that return RuntimeImageDefinition Modifier and Type Method Description RuntimeImageDefinition
AppSessionGyro. getImage(java.lang.String name)
Gets an image definition from the image container for the client session.RuntimeImageDefinition
ClientSessionGyro. getImage(java.lang.String name)
Gets an image definition from the image container for the client session.Methods in com.iizix.server.gyro with parameters of type RuntimeImageDefinition Modifier and Type Method Description boolean
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
Methods in com.iizix.server.user that return RuntimeImageDefinition Modifier and Type Method Description RuntimeImageDefinition
AuthenticatedUser. getProfileImage(int width, int height, int quality, boolean createDefault)
Gets the profile image for the user scaled to the requested size.RuntimeImageDefinition
AuthenticatedUser. getProfileImage(int width, int height, int quality, boolean createDefault, int rounded)
Gets the profile image for the user scaled to the requested size.RuntimeImageDefinition
AuthenticatedUser. getProfileImage(IAppSessionGyro appGyro, int width, int height, int quality, boolean createDefault)
Gets the profile image for the user scaled to the requested size.RuntimeImageDefinition
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.RuntimeImageDefinition
AuthenticatedUser. getProfileImage(IClientSessionGyro clientGyro, int width, int height, int quality)
Gets the profile image for the user scaled to the requested size.RuntimeImageDefinition
AuthenticatedUser. getProfileImage(IClientSessionGyro clientGyro, int width, int height, int quality, int rounded)
Gets the profile image for the user scaled to the requested size.RuntimeImageDefinition
UserProfileImageURNProvider. getProfileImage(IUserProfileImageRequest request)
Gets the profile image for the user for the specified request.Uses of RuntimeImageDefinition in com.iizix.urn.user
Methods in com.iizix.urn.user that return RuntimeImageDefinition Modifier and Type Method Description RuntimeImageDefinition
IUserProfileImageURNProvider. getProfileImage(IUserProfileImageRequest request)
Gets the profile image for the user for the specified request.