public final class GraphicId extends Enum
This class is fully threadsafe.
| Modifier and Type | Field and Description |
|---|---|
static GraphicId |
Bitmap
Instructs the GraphicViewerContext class to treat the data
as bitmap image.
|
static GraphicId |
Icon
Instructs the GraphicViewerContext class to treat the data
as Windows icon.
|
static GraphicId |
Jpeg
Instructs the GraphicViewerContext class to treat the data
as JPEG image.
|
static GraphicId |
Metafile
Instructs the GraphicViewerContext class to treat the data
as Windows Metafile image.
|
| Modifier and Type | Method and Description |
|---|---|
ViewerId |
toViewerId()
Returns the related viewer ID for this object.
|
equals, getIntValue, greater, greaterEqual, less, lessEqual, toStringpublic static final GraphicId Bitmap
public static final GraphicId Jpeg
public static final GraphicId Icon
public static final GraphicId Metafile
public ViewerId toViewerId()
Copyright © 2023. All rights reserved.