Class GraphicId


  • public final class GraphicId
    extends Enum
    Used by the GraphicViewerContext class to specify the desired picture type.

    This class is fully threadsafe.

    • Field Detail

      • Bitmap

        public static final GraphicId Bitmap
        Instructs the GraphicViewerContext class to treat the data as bitmap image.
      • Jpeg

        public static final GraphicId Jpeg
        Instructs the GraphicViewerContext class to treat the data as JPEG image.
      • Icon

        public static final GraphicId Icon
        Instructs the GraphicViewerContext class to treat the data as Windows icon.
      • Metafile

        public static final GraphicId Metafile
        Instructs the GraphicViewerContext class to treat the data as Windows Metafile image.
    • Method Detail

      • toViewerId

        public ViewerId toViewerId()
        Returns the related viewer ID for this object.
        Returns:
        The related viewer ID.