Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

GEF/GEF4/Geometry/Examples

< GEF‎ | GEF4‎ | Geometry
Revision as of 02:42, 9 June 2015 by Alexander.nyssen.itemis.de (Talk | contribs) (Touch/Containment)

Examples (undeployed)

  • bundle: org.eclipse.gef4.geometry.examples

The examples provided by Examples demonstrate how to use the API provided by the Geometry module of GEF4 Geometry. They are not deployed on our update-sites and have to checked out in source (org.eclipse.gef4.geometry.examples) from our GEF4 Git repository. In order to have the example plug-in compile properly, all other required GEF4 bundles will either have to be installed (in a matching version) into your running eclipse platform (if this is used as target), added to a target definition (the target definitions contained in org.eclipse.gef4.target may be augmented for this purpose), or checked out in source as well (see GEF Project Contributor Guide for details on how to obtain the sources and setup your workspace). Having prepared everything as outlined before, the standalone example might easily be started by launching one of the following example classes from org.eclipse.gef4.geometry.examples via the context menu ('Run As' -> 'Java Application').

Touch/Containment

  • package: org.eclipse.gef4.geometry.examples.containment

The Touch/Containment examples demonstrate touch and containment detection of Ellipse and Polygon shapes with other geometries.

EllipseLineContainment

The EllipseLineContainment demonstrates touch/containment tests between Ellipse and Line.

GEF4-Geometry-Examples-EllipseLineContainment.png

EllipsePolygonContainment

The EllipsePolygonContainment demonstrates touch/containment tests between Ellipse and Polygon.

GEF4-Geometry-Examples-EllipsePolygonContainment.png

EllipseRectangleContainment

The EllipseRectangleContainment demonstrates touch/containment tests between Ellipse and Rectangle.

GEF4-Geometry-Examples-EllipseRectangleContainment.png

PolygonCubicCurveContainment

The PolygonCubicCurveContainment demonstrates touch/containment tests between Polygon and CubicCurve.

GEF4-Geometry-Examples-PolygonCubicCurveContainment.png

PolygonEllipseContainment

The PolygonEllipseContainment demonstrates touch/containment tests between Polygon and Ellipse.

GEF4-Geometry-Examples-PolygonEllipseContainment.png

PolygonLineContainment

The PolygonLineContainment demonstrates touch/containment tests between Polygon and Line.

GEF4-Geometry-Examples-PolygonLineContainment.png

PolygonPolygonContainment

The PolygonPolygonContainment demonstrates touch/containment tests between Polygons.

GEF4-Geometry-Examples-PolygonPolygonContainment.png

PolygonPolylineContainment

The PolygonPolylineContainment demonstrates touch/containment tests between Polygon and Polyline.

GEF4-Geometry-Examples-PolygonPolylineContainment.png

PolygonRectangleContainment

The PolygonRectangleContainment demonstrates touch/containment tests between Polygon and Rectangle.

GEF4-Geometry-Examples-PolygonRectangleContainment.png

Demos

Intersection

Scaling/Rotation

Back to the top