|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.gmf.runtime.diagram.ui.render.util.DiagramRenderUtil
Provides miscellaneous utilities for this plug-in.
| Constructor Summary | |
DiagramRenderUtil()
|
|
| Method Summary | |
static java.awt.Image |
renderToAWTImage(Diagram diagram)
Utility api to generate an AWT based image representation of the diagram contents. |
static Image |
renderToSWTImage(Diagram diagram)
Utility api to generate an SWT based image representation of the diagram contents. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DiagramRenderUtil()
| Method Detail |
public static java.awt.Image renderToAWTImage(Diagram diagram)
diagram - The Diagram to render the image from.
java.lang.NullPointerException - diagram is nullpublic static Image renderToSWTImage(Diagram diagram)
diagram - The Diagram to render the image from.
java.lang.NullPointerException - diagram is null
|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.