blob: cedf8afd597c3a118ce1eb064f14ca5400e4e544 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<!--
/******************************************************************************
* Copyright (c) 2003, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
****************************************************************************/
-->
</head>
<body>
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.
<p>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 <code>org.eclipse.gef.handles.HandleBounds</code>
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. </p>
@canBeSeenBy %partners
</body>
</html>