Class ImageConstants
java.lang.Object
org.apache.fop.render.rtf.rtflib.tools.ImageConstants
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
FieldsModifier and TypeFieldDescriptionstatic final StringEMF file extensionstatic final StringGIF file extensionstatic final intInteger equivalent for BMPstatic final intInteger equivalent for EMFstatic final intInteger equivalent for GIFstatic final intInteger equivalent for JPGstatic final intInteger equivalent for JPEG C (??)static final intDefines the case, if image is not supportedstatic final intInteger equivalent for PNGstatic final StringJPEG file extensionstatic final StringJPG file extensionstatic final StringPNG file extension -
Method Summary
-
Field Details
-
I_NOT_SUPPORTED
public static final int I_NOT_SUPPORTEDDefines the case, if image is not supported- See Also:
-
I_EMF
public static final int I_EMFInteger equivalent for EMF- See Also:
-
I_PNG
public static final int I_PNGInteger equivalent for PNG- See Also:
-
I_JPG
public static final int I_JPGInteger equivalent for JPG- See Also:
-
I_BMP
public static final int I_BMPInteger equivalent for BMP- See Also:
-
I_GIF
public static final int I_GIFInteger equivalent for GIF- See Also:
-
I_JPG_C
public static final int I_JPG_CInteger equivalent for JPEG C (??)- See Also:
-
EMF_EXT
EMF file extension- See Also:
-
PNG_EXT
PNG file extension- See Also:
-
JPG_EXT
JPG file extension- See Also:
-
JPEG_EXT
JPEG file extension- See Also:
-
GIF_EXT
GIF file extension- See Also:
-