Class ImageConstants
- java.lang.Object
-
- org.apache.fop.render.rtf.rtflib.tools.ImageConstants
-
public final class ImageConstants extends java.lang.Object
Here will be defined all supported image formats. This class belongs to the fo:external-graphic tag processing. This work was originally authored by a.putz@skynamics.com (Andreas Putz)
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
EMF_EXT
EMF file extensionstatic java.lang.String
GIF_EXT
GIF file extensionstatic int
I_BMP
Integer equivalent for BMPstatic int
I_EMF
Integer equivalent for EMFstatic int
I_GIF
Integer equivalent for GIFstatic int
I_JPG
Integer equivalent for JPGstatic int
I_JPG_C
Integer equivalent for JPEG C (??)static int
I_NOT_SUPPORTED
Defines the case, if image is not supportedstatic int
I_PNG
Integer equivalent for PNGstatic java.lang.String
JPEG_EXT
JPEG file extensionstatic java.lang.String
JPG_EXT
JPG file extensionstatic java.lang.String
PNG_EXT
PNG file extension
-
Constructor Summary
Constructors Modifier Constructor Description private
ImageConstants()
Private constructor.
-
-
-
Field Detail
-
I_NOT_SUPPORTED
public static final int I_NOT_SUPPORTED
Defines the case, if image is not supported- See Also:
- Constant Field Values
-
I_EMF
public static final int I_EMF
Integer equivalent for EMF- See Also:
- Constant Field Values
-
I_PNG
public static final int I_PNG
Integer equivalent for PNG- See Also:
- Constant Field Values
-
I_JPG
public static final int I_JPG
Integer equivalent for JPG- See Also:
- Constant Field Values
-
I_BMP
public static final int I_BMP
Integer equivalent for BMP- See Also:
- Constant Field Values
-
I_GIF
public static final int I_GIF
Integer equivalent for GIF- See Also:
- Constant Field Values
-
I_JPG_C
public static final int I_JPG_C
Integer equivalent for JPEG C (??)- See Also:
- Constant Field Values
-
EMF_EXT
public static final java.lang.String EMF_EXT
EMF file extension- See Also:
- Constant Field Values
-
PNG_EXT
public static final java.lang.String PNG_EXT
PNG file extension- See Also:
- Constant Field Values
-
JPG_EXT
public static final java.lang.String JPG_EXT
JPG file extension- See Also:
- Constant Field Values
-
JPEG_EXT
public static final java.lang.String JPEG_EXT
JPEG file extension- See Also:
- Constant Field Values
-
GIF_EXT
public static final java.lang.String GIF_EXT
GIF file extension- See Also:
- Constant Field Values
-
-