|
|||||||||
| Home >> All >> org >> jfor >> jfor >> [ tools overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jfor.jfor.tools
Class ImageConstants

java.lang.Objectorg.jfor.jfor.tools.ImageConstants
- public class ImageConstants
- extends java.lang.Object
Here will be defined all supported image formats.
This class belongs to the
Field Summary
static int[]CONVERT_TO
Defines the types for converting rtf supported image types
static java.lang.StringEMF_EXT
EMF file extension
static java.lang.StringGIF_EXT
GIF file extension
static intI_EMF
static intI_GIF
static intI_JPG
static intI_JPG_C
static intI_NOT_SUPPORTED
Defines the case, if image is not supported
static intI_PNG
static intI_TO_CONVERT_BASIS
static java.lang.StringJPEG_EXT
JPEG file extension
static java.lang.StringJPG_EXT
JPG file extension
static java.lang.StringPNG_EXT
PNG file extension
static java.lang.String[]RTF_TAGS
Defines the RTF properties
static java.util.HashtableSUPPORTED_IMAGE_TYPES
Defines the file extensions and the RTF property belongs to
Constructor Summary
private ImageConstants()
Private constructor.
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
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
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
EMF_EXT
public static java.lang.String EMF_EXT
PNG_EXT
public static java.lang.String PNG_EXT
JPG_EXT
public static java.lang.String JPG_EXT
JPEG_EXT
public static java.lang.String JPEG_EXT
GIF_EXT
public static java.lang.String GIF_EXT
SUPPORTED_IMAGE_TYPES
public static java.util.Hashtable SUPPORTED_IMAGE_TYPES
Constructor Detail
ImageConstants
private ImageConstants()
Overview
Package
Class
Use
Deprecated
Index
Home >> All >> org >> jfor >> jfor >> [ tools overview ]
PREV CLASS NEXT CLASS
SUMMARY:
JAVADOC |
SOURCE |
DOWNLOAD | NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
org.jfor.jfor.tools.ImageConstants