Class Jpeg

All Implemented Interfaces:
Element

@Deprecated public class Jpeg extends Image
Deprecated.
An Jpeg is the representation of a graphic element (JPEG) that has to be inserted into the document
See Also:
  • Field Details

    • NOT_A_MARKER

      public static final int NOT_A_MARKER
      Deprecated.
      This is a type of marker.
      See Also:
    • VALID_MARKER

      public static final int VALID_MARKER
      Deprecated.
      This is a type of marker.
      See Also:
    • VALID_MARKERS

      public static final int[] VALID_MARKERS
      Deprecated.
      Acceptable Jpeg markers.
    • UNSUPPORTED_MARKER

      public static final int UNSUPPORTED_MARKER
      Deprecated.
      This is a type of marker.
      See Also:
    • UNSUPPORTED_MARKERS

      public static final int[] UNSUPPORTED_MARKERS
      Deprecated.
      Unsupported Jpeg markers.
    • NOPARAM_MARKER

      public static final int NOPARAM_MARKER
      Deprecated.
      This is a type of marker.
      See Also:
    • NOPARAM_MARKERS

      public static final int[] NOPARAM_MARKERS
      Deprecated.
      Jpeg markers without additional parameters.
    • M_APP0

      public static final int M_APP0
      Deprecated.
      Marker value
      See Also:
    • M_APP2

      public static final int M_APP2
      Deprecated.
      Marker value
      See Also:
    • M_APPE

      public static final int M_APPE
      Deprecated.
      Marker value
      See Also:
    • JFIF_ID

      public static final byte[] JFIF_ID
      Deprecated.
      sequence that is used in all Jpeg files
  • Constructor Details