Runtime

Package org.eclipse.gmf.runtime.draw2d.ui.render.factory

Contains the factory class and supporting classes.

See:
          Description

Interface Summary
RenderedImageType This interface allows the RenderedImageFactory to auto-defect an image type through an extension point.
 

Class Summary
RenderedImageFactory  
 

Package org.eclipse.gmf.runtime.draw2d.ui.render.factory Description

Contains the factory class and supporting classes. The factory class may have dependencies into all the different supported files formats hence it is separated into it's own package namespace. The factory class should be the central location where specific variants of the RenderedImage implementors are created. This allows clients to make generic calls to the factory with a file buffer and have it return a valid instance or not. Clients therefore don't have to assume any knowledge of a specific image file type.


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.