Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse GMF Guide
Previous Page Home Next Page

Runtime

Package org.eclipse.gmf.runtime.gef.ui.figures

Provides a set of classes that extend from the org.eclipse.draw2d hierarchies for rendering, geometric manipulation and layout of figures on the drawing surface.

See:
           Description

Class Summary
DefaultSizeNodeFigure A node figure that ensures a minimum preferred size (called the default size) Extend this class if your node figure wants to ensure a minimum preferred size regardless of what the layout manager is calculating
NodeFigure Base class that most shape figures should extend from to gain default connection anchor behavior.
SlidableAnchor Provides the implementation of Slidable anchor
SlidableImageAnchor Implements sliding connection anchor functionality for Image figures
SlidableOvalAnchor  
WrapperNodeFigure Wrapper NodeFigure figure to contain other figures, which may have different borders.
 

Package org.eclipse.gmf.runtime.gef.ui.figures Description

Provides a set of classes that extend from the org.eclipse.draw2d hierarchies for rendering, geometric manipulation and layout of figures on the drawing surface.

These classes can be used when constructing your figures for display. These figures will typically have a GEF dependency which is why they cannot be placed in the pure draw2D.ui plug-in. The dependency is usually caused by the org.eclipse.gef.handles.HandleBounds interface which needs to be installed on top level figures in order to accurately calculate the bounding box that the handle feedback needs to attach to.


Runtime

Guidelines for using Eclipse APIs.

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


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire