Uses of Class
fr.opensagres.xdocreport.document.images.ImageProviderInfo

Packages that use ImageProviderInfo
fr.opensagres.xdocreport.document.images   
 

Uses of ImageProviderInfo in fr.opensagres.xdocreport.document.images
 

Fields in fr.opensagres.xdocreport.document.images declared as ImageProviderInfo
static ImageProviderInfo ImageProviderInfo.KeepImageTemplate
           
static ImageProviderInfo ImageProviderInfo.RemoveImageTemplate
           
 

Methods in fr.opensagres.xdocreport.document.images that return ImageProviderInfo
protected  ImageProviderInfo AbstractImageRegistry.createImageProviderInfo(IImageProvider imageProvider)
           
 ImageProviderInfo IImageRegistry.registerImage(Object imageProvider, String fieldName, IContext context)
          Register the instance of imageProvider in the registry.
 ImageProviderInfo AbstractImageRegistry.registerImage(Object image, String fieldName, IContext context)
           
 

Methods in fr.opensagres.xdocreport.document.images that return types with arguments of type ImageProviderInfo
 List<ImageProviderInfo> IImageRegistry.getImageProviderInfos()
          Returns list of image provider info.
 List<ImageProviderInfo> AbstractImageRegistry.getImageProviderInfos()
           
 

Methods in fr.opensagres.xdocreport.document.images with parameters of type ImageProviderInfo
 String IImageRegistry.getHeight(ImageProviderInfo info, String defaultHeight)
          Returns the height of the image provider if not null and the given defaultHeight otherwise.
 String AbstractImageRegistry.getHeight(ImageProviderInfo info, String defaultHeight)
           
protected  String AbstractImageRegistry.getImageEntryName(ImageProviderInfo imageProviderInfo)
           
protected abstract  String AbstractImageRegistry.getPath(ImageProviderInfo info)
           
 String AbstractImageRegistry.getPath(ImageProviderInfo info, String defaultPath)
           
 String IImageRegistry.getWidth(ImageProviderInfo info, String defaultWidth)
          Returns the width of the image provider if not null and the given defaultWidth otherwise.
 String AbstractImageRegistry.getWidth(ImageProviderInfo info, String defaultWidth)
           
protected  void AbstractImageRegistry.saveBinaryImage(ImageProviderInfo imageProviderInfo)
           
 



Copyright © 2012. All Rights Reserved.