fr.opensagres.xdocreport.document.images
Class ImageProviderInfo

java.lang.Object
  extended by fr.opensagres.xdocreport.document.images.ImageProviderInfo

public class ImageProviderInfo
extends Object

Information about image provider.


Field Summary
static String KEEP_IMAGE_TEMPLATE_METHOD
           
static ImageProviderInfo KeepImageTemplate
           
static String NOT_REMOVE_IMAGE_TEMPLATE_METHOD
           
static ImageProviderInfo RemoveImageTemplate
           
 
Constructor Summary
ImageProviderInfo(IImageProvider imageProvider, String imageId, String imageBasePath, String imageFileName)
           
 
Method Summary
 String getImageBasePath()
          Returns the image base path.
 String getImageFileName()
          Returns the image file name.
 String getImageFullPath()
          Returns the full path of the image.
 String getImageId()
          Returns the image id.
 IImageProvider getImageProvider()
          Returns the image provider instance.
 String getImageType()
          Returns the image type.
 boolean isKeepImageTemplate()
           
 boolean isNotRemoveImageTemplate()
           
 boolean isValid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RemoveImageTemplate

public static ImageProviderInfo RemoveImageTemplate

KeepImageTemplate

public static ImageProviderInfo KeepImageTemplate

KEEP_IMAGE_TEMPLATE_METHOD

public static final String KEEP_IMAGE_TEMPLATE_METHOD
See Also:
Constant Field Values

NOT_REMOVE_IMAGE_TEMPLATE_METHOD

public static final String NOT_REMOVE_IMAGE_TEMPLATE_METHOD
See Also:
Constant Field Values
Constructor Detail

ImageProviderInfo

public ImageProviderInfo(IImageProvider imageProvider,
                         String imageId,
                         String imageBasePath,
                         String imageFileName)
Method Detail

getImageProvider

public IImageProvider getImageProvider()
Returns the image provider instance.

Returns:

getImageId

public String getImageId()
Returns the image id.

Returns:

getImageBasePath

public String getImageBasePath()
Returns the image base path.

Returns:

getImageFileName

public String getImageFileName()
Returns the image file name.

Returns:

getImageType

public String getImageType()
Returns the image type.

Returns:

getImageFullPath

public String getImageFullPath()
Returns the full path of the image.

Returns:

isValid

public boolean isValid()

isNotRemoveImageTemplate

public boolean isNotRemoveImageTemplate()

isKeepImageTemplate

public boolean isKeepImageTemplate()


Copyright © 2013. All rights reserved.