IBM Rational Software Modeler
Release 6.0

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

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

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

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

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

Uses of ImageFileFormat in com.ibm.xtools.uml.diagram
 

Methods in com.ibm.xtools.uml.diagram with parameters of type ImageFileFormat
 void IUMLDiagramHelper.renderToImageFile(Diagram diagram, String file, ImageFileFormat format)
          renderToImageFile Utility api to render the diagram to a specified image formatation of the diagram contents.
 


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.