|
Domain Modeling Layer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.gmf.runtime.common.core.util.EnumeratedType
com.ibm.xtools.presentation.ui.image.ImageFileFormat
ImageFileFormat
instead. The diagram.ui should be used in place of the presentation plugin
whenever possible.
public class ImageFileFormat
This is here for backwards compatibility only.
org.eclipse.gmf.runtime.diagram.ui.image.ImageFileFormat,
Serialized Form| Field Summary | |
|---|---|
static ImageFileFormat |
BMP
Deprecated. supported format Windows Bitmap format (BMP). |
static ImageFileFormat |
GIF
Deprecated. supported format Graphics Interchange Format (GIF). |
static int |
IMAGE_SVG
Deprecated. |
static ImageFileFormat |
JPEG
Deprecated. supported format Joint Photographic Experts Group format (JPEG and JPG). |
static ImageFileFormat |
JPG
Deprecated. |
static ImageFileFormat |
SVG
Deprecated. supported format Scalable Vector Graphics (SVG). |
static ImageFileFormat[] |
VALUES
Deprecated. The list of values for this enumerated type. |
| Method Summary | |
|---|---|
static ImageFileFormat |
getDefaultImageFormat()
Deprecated. Retrieves the default image format. |
protected List |
getValues()
Deprecated. Retrieves the list of constants for this enumerated type. |
static ImageFileFormat |
resolveImageFormat(int ordinal)
Deprecated. resolve the selected image format to an enumerated type. |
static ImageFileFormat |
resolveImageFormat(String imageFormat)
Deprecated. Resolve the selected image format to an enumerated type. |
| Methods inherited from class org.eclipse.gmf.runtime.common.core.util.EnumeratedType |
|---|
equals, getName, getOrdinal, hashCode, readResolve, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int IMAGE_SVG
public static final ImageFileFormat GIF
public static final ImageFileFormat JPEG
public static final ImageFileFormat JPG
public static final ImageFileFormat BMP
public static final ImageFileFormat SVG
public static final ImageFileFormat[] VALUES
| Method Detail |
|---|
protected List getValues()
getValues in class EnumeratedTypeEnumeratedType.getValues()public static ImageFileFormat getDefaultImageFormat()
public static ImageFileFormat resolveImageFormat(int ordinal)
ordinal - the selected format in the pulldown
public static ImageFileFormat resolveImageFormat(String imageFormat)
imageFormat - the selected format.
|
Domain Modeling Layer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||