Figures provide visual representation of the model elements.
The figures are implementations of Draw2D
{@link org.eclipse.draw2d.IFigure figures}. They represent generic or
specific model elements.
The figures mainly follows the hierarchy of the
metamodel. Each
package in the {@link org.eclipse.jwt.we.model model package} has a
corresponding subpackage. The
{@link org.eclipse.jwt.we.figures.core.ModelElementFigure} is the basic
figure. It provides common setting and method for all figures.
Generic figures without a specific corresponding model element are located
in the {@link org.eclipse.jwt.we.figures.core core package}.
Common setting of the images are located in the
{@link org.eclipse.jwt.we.figures.FigurePreferences} class.
The figures are created by {@link org.eclipse.jwt.we.parts EditParts}.
The {@link org.eclipse.jwt.we.figures.ImageFactory} provides methods
to create images used for this plugin.
This package also provides some special ImageDescriptors. They extend
exisiting ImageDescriptors.
(c) 2005-2012 Eclipse Java Workflow Tooling (JWT) Project <www.eclipse.org/jwt>