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 RuntimeImageDefinitionIRuntimeImageCache. getImage(java.lang.String name)Gets an image definition from the image container of theIRuntimeImageCachecache implementor, e.g.default RuntimeImageDefinitionIRuntimeImageCacheImpl. 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 booleanIRuntimeImageCache. setImage(RuntimeImageDefinition image)Adds the image definition to the image container for theIRuntimeImageCachecache implementor, e.g.default booleanIRuntimeImageCacheImpl. 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 RuntimeImageDefinitionAppSessionGyro. getImage(java.lang.String name)Gets an image definition from the image container for the client session.RuntimeImageDefinitionClientSessionGyro. 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 booleanAppSessionGyro. setImage(RuntimeImageDefinition image)Adds the image definition to the image container for the client session.booleanClientSessionGyro. 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 RuntimeImageDefinitionAuthenticatedUser. getProfileImage(int width, int height, int quality, boolean createDefault)Gets the profile image for the user scaled to the requested size.RuntimeImageDefinitionAuthenticatedUser. getProfileImage(int width, int height, int quality, boolean createDefault, int rounded)Gets the profile image for the user scaled to the requested size.RuntimeImageDefinitionAuthenticatedUser. getProfileImage(IAppSessionGyro appGyro, int width, int height, int quality, boolean createDefault)Gets the profile image for the user scaled to the requested size.RuntimeImageDefinitionAuthenticatedUser. 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.RuntimeImageDefinitionAuthenticatedUser. getProfileImage(IClientSessionGyro clientGyro, int width, int height, int quality)Gets the profile image for the user scaled to the requested size.RuntimeImageDefinitionAuthenticatedUser. getProfileImage(IClientSessionGyro clientGyro, int width, int height, int quality, int rounded)Gets the profile image for the user scaled to the requested size.RuntimeImageDefinitionUserProfileImageURNProvider. 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 RuntimeImageDefinitionIUserProfileImageURNProvider. getProfileImage(IUserProfileImageRequest request)Gets the profile image for the user for the specified request.