|
Runtime | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ImageFileFormat | |
| org.eclipse.gmf.runtime.diagram.ui.image | Aurora internal packages Package Specification this package contains classes related to the imge support |
| org.eclipse.gmf.runtime.diagram.ui.render.util | Package Specification ToDo: Fill in specific content |
| Uses of ImageFileFormat in org.eclipse.gmf.runtime.diagram.ui.image |
| Fields in org.eclipse.gmf.runtime.diagram.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). |
static ImageFileFormat |
ImageFileFormat.JPG
supported format Joint Photographic Experts Group format (JPG). |
static ImageFileFormat |
ImageFileFormat.BMP
supported format Windows Bitmap format (BMP). |
static ImageFileFormat |
ImageFileFormat.SVG
supported format Scalable Vector Graphics (SVG). |
static ImageFileFormat |
ImageFileFormat.PNG
supported format PNG. |
static ImageFileFormat[] |
ImageFileFormat.VALUES
The list of values for this enumerated type. |
| Methods in org.eclipse.gmf.runtime.diagram.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(java.lang.String imageFormat)
Resolve the selected image format to an enumerated type. |
| Uses of ImageFileFormat in org.eclipse.gmf.runtime.diagram.ui.render.util |
| Methods in org.eclipse.gmf.runtime.diagram.ui.render.util with parameters of type ImageFileFormat | |
java.util.List |
CopyToImageUtil.copyToImage(Diagram diagram,
IPath destination,
ImageFileFormat format,
IProgressMonitor monitor,
PreferencesHint preferencesHint)
Copies the diagram to an image file in the specified format. |
DiagramGenerator |
CopyToImageUtil.copyToImage(DiagramEditPart diagramEP,
IPath destination,
ImageFileFormat format,
IProgressMonitor monitor)
Copies the diagram to an image file in the specified format. |
void |
CopyToImageUtil.copyToImage(DiagramEditPart diagramEP,
java.util.List selection,
IPath destination,
ImageFileFormat format,
IProgressMonitor monitor)
Copies the diagram to an image file in the specified format. |
protected void |
CopyToImageUtil.saveToFile(IPath destination,
Image image,
ImageFileFormat imageFormat,
IProgressMonitor monitor)
Saves the image to a file. |
|
Runtime | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.