Domain Modeling Layer

Uses of Class
com.ibm.xtools.presentation.ui.image.ImageFileFormat

Packages that use ImageFileFormat
com.ibm.xtools.presentation.ui.image   
 

Uses of ImageFileFormat in com.ibm.xtools.presentation.ui.image
 

Fields in com.ibm.xtools.presentation.ui.image declared as ImageFileFormat
static ImageFileFormat ImageFileFormat.BMP
          Deprecated. supported format Windows Bitmap format (BMP).
static ImageFileFormat ImageFileFormat.GIF
          Deprecated. supported format Graphics Interchange Format (GIF).
static ImageFileFormat ImageFileFormat.JPEG
          Deprecated. supported format Joint Photographic Experts Group format (JPEG and JPG).
static ImageFileFormat ImageFileFormat.JPG
          Deprecated.  
static ImageFileFormat ImageFileFormat.SVG
          Deprecated. supported format Scalable Vector Graphics (SVG).
static ImageFileFormat[] ImageFileFormat.VALUES
          Deprecated. The list of values for this enumerated type.
 

Methods in com.ibm.xtools.presentation.ui.image that return ImageFileFormat
static ImageFileFormat ImageFileFormat.getDefaultImageFormat()
          Deprecated. Retrieves the default image format.
static ImageFileFormat ImageFileFormat.resolveImageFormat(int ordinal)
          Deprecated. resolve the selected image format to an enumerated type.
static ImageFileFormat ImageFileFormat.resolveImageFormat(String imageFormat)
          Deprecated. Resolve the selected image format to an enumerated type.
 


Domain Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.