Uses of Class
fr.opensagres.xdocreport.document.images.ImageProviderInfo
Packages that use ImageProviderInfo
-
Uses of ImageProviderInfo in fr.opensagres.xdocreport.document.images
Fields in fr.opensagres.xdocreport.document.images declared as ImageProviderInfoModifier and TypeFieldDescriptionstatic ImageProviderInfoImageProviderInfo.KeepImageTemplatestatic ImageProviderInfoImageProviderInfo.RemoveImageTemplateMethods in fr.opensagres.xdocreport.document.images that return ImageProviderInfoModifier and TypeMethodDescriptionprotected ImageProviderInfoAbstractImageRegistry.createImageProviderInfo(IImageProvider imageProvider) AbstractImageRegistry.registerImage(Object image, String fieldName, fr.opensagres.xdocreport.template.IContext context) IImageRegistry.registerImage(Object imageProvider, String fieldName, fr.opensagres.xdocreport.template.IContext context) Register the instance of imageProvider in the registry.Methods in fr.opensagres.xdocreport.document.images that return types with arguments of type ImageProviderInfoModifier and TypeMethodDescriptionAbstractImageRegistry.getImageProviderInfos()IImageRegistry.getImageProviderInfos()Returns list of image provider info.Methods in fr.opensagres.xdocreport.document.images with parameters of type ImageProviderInfoModifier and TypeMethodDescriptionAbstractImageRegistry.getHeight(ImageProviderInfo info, String defaultHeight) IImageRegistry.getHeight(ImageProviderInfo info, String defaultHeight) Returns the height of the image provider if not null and the given defaultHeight otherwise.protected StringAbstractImageRegistry.getImageEntryName(ImageProviderInfo imageProviderInfo) protected abstract StringAbstractImageRegistry.getPath(ImageProviderInfo info) AbstractImageRegistry.getPath(ImageProviderInfo info, String defaultPath) AbstractImageRegistry.getWidth(ImageProviderInfo info, String defaultWidth) IImageRegistry.getWidth(ImageProviderInfo info, String defaultWidth) Returns the width of the image provider if not null and the given defaultWidth otherwise.protected voidAbstractImageRegistry.saveBinaryImage(ImageProviderInfo imageProviderInfo)