Class 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 extension
      static java.lang.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 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
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ImageConstants()
      Private constructor.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImageConstants

        private ImageConstants()
        Private constructor.