org.apache.fop.render.rtf.rtflib.tools

Class ImageConstants


public class ImageConstants
extends java.lang.Object

Here will be defined all supported image formats. This class belongs to the tag processing.
Author:
a.putz@skynamics.com (Andreas Putz)

Field Summary

static String
EMF_EXT
EMF file extension
static String
GIF_EXT
GIF file extension
static int
I_BMP
Integer equivalent for BMP
static int
I_EMF
Integer equivalent for EMF
static int
I_GIF
Integer equivalent for GIF
static int
I_JPG
Integer equivalent for JPG
static int
I_JPG_C
Integer equivalent for JPEG C (??)
static int
I_NOT_SUPPORTED
Defines the case, if image is not supported
static int
I_PNG
Integer equivalent for PNG
static String
JPEG_EXT
JPEG file extension
static String
JPG_EXT
JPG file extension
static String
PNG_EXT
PNG file extension

Field Details

EMF_EXT

public static final String EMF_EXT
EMF file extension

GIF_EXT

public static final String GIF_EXT
GIF file extension

I_BMP

public static final int I_BMP
Integer equivalent for BMP
Field Value:
3

I_EMF

public static final int I_EMF
Integer equivalent for EMF
Field Value:
0

I_GIF

public static final int I_GIF
Integer equivalent for GIF
Field Value:
50

I_JPG

public static final int I_JPG
Integer equivalent for JPG
Field Value:
2

I_JPG_C

public static final int I_JPG_C
Integer equivalent for JPEG C (??)
Field Value:
51

I_NOT_SUPPORTED

public static final int I_NOT_SUPPORTED
Defines the case, if image is not supported
Field Value:
-1

I_PNG

public static final int I_PNG
Integer equivalent for PNG
Field Value:
1

JPEG_EXT

public static final String JPEG_EXT
JPEG file extension

JPG_EXT

public static final String JPG_EXT
JPG file extension

PNG_EXT

public static final String PNG_EXT
PNG file extension

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.