Figures used by our seg.jUCMNav.editparts.

Package Specification

Figures are the view side of GEF's model-view-controller architecture. See DevDocFigures for more information.

New PathNode figures should extend PathNodeFigure. If the new figures must be rotateable, implement the IRotateable interface. Don't forget to look into JUCMNavFigure if your new figure doesn't have the default size!

If you ever try to create a figure and notice that it doesn't always get displayed properly if you change its size/location after creation, look into making useLocalCoordinates() return true.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: @see seg.jUCMNav.figures.util.JUCMNavFigure @see seg.jUCMNav.figures.IRotateable @see seg.jUCMNav.figures.PathNodeFigure