org.jfor.jfor.tools
Class ImageConstants

java.lang.Object
  extended by org.jfor.jfor.tools.ImageConstants

public class ImageConstants
extends java.lang.Object

Here will be defined all supported image formats. This class belongs to the tag processing.

Author:
Andreas Putz

Field Summary
static int[] CONVERT_TO
          Defines the types for converting rtf supported image types
static java.lang.String EMF_EXT
          EMF file extension
static java.lang.String GIF_EXT
          GIF file extension
static int I_EMF
           
static int I_GIF
           
static int I_JPG
           
static int I_JPG_C
           
static int I_NOT_SUPPORTED
          Defines the case, if image is not supported
static int I_PNG
           
static int I_TO_CONVERT_BASIS
           
static java.lang.String JPEG_EXT
          JPEG file extension
static java.lang.String JPG_EXT
          JPG file extension
static java.lang.String PNG_EXT
          PNG file extension
static java.lang.String[] RTF_TAGS
          Defines the RTF properties
static java.util.Hashtable SUPPORTED_IMAGE_TYPES
          Defines the file extensions and the RTF property belongs to
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

I_NOT_SUPPORTED

public static int I_NOT_SUPPORTED
Defines the case, if image is not supported


I_EMF

public static int I_EMF

I_PNG

public static int I_PNG

I_JPG

public static int I_JPG

RTF_TAGS

public static java.lang.String[] RTF_TAGS
Defines the RTF properties


I_TO_CONVERT_BASIS

public static int I_TO_CONVERT_BASIS

I_GIF

public static int I_GIF

I_JPG_C

public static int I_JPG_C

CONVERT_TO

public static int[] CONVERT_TO
Defines the types for converting rtf supported image types


EMF_EXT

public static java.lang.String EMF_EXT
EMF file extension


PNG_EXT

public static java.lang.String PNG_EXT
PNG file extension


JPG_EXT

public static java.lang.String JPG_EXT
JPG file extension


JPEG_EXT

public static java.lang.String JPEG_EXT
JPEG file extension


GIF_EXT

public static java.lang.String GIF_EXT
GIF file extension


SUPPORTED_IMAGE_TYPES

public static java.util.Hashtable SUPPORTED_IMAGE_TYPES
Defines the file extensions and the RTF property belongs to