Package com.gurock.smartinspect
Class GraphicId
- java.lang.Object
-
- com.gurock.smartinspect.Enum
-
- com.gurock.smartinspect.GraphicId
-
public final class GraphicId extends Enum
Used by the GraphicViewerContext class to specify the desired picture type.This class is fully threadsafe.
-
-
Field Summary
Fields Modifier and Type Field Description static GraphicIdBitmapInstructs the GraphicViewerContext class to treat the data as bitmap image.static GraphicIdIconInstructs the GraphicViewerContext class to treat the data as Windows icon.static GraphicIdJpegInstructs the GraphicViewerContext class to treat the data as JPEG image.static GraphicIdMetafileInstructs the GraphicViewerContext class to treat the data as Windows Metafile image.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ViewerIdtoViewerId()Returns the related viewer ID for this object.-
Methods inherited from class com.gurock.smartinspect.Enum
equals, getIntValue, greater, greaterEqual, less, lessEqual, toString
-
-
-
-
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.
-
-