/******************************************************************************* * Copyright (c) 2015, 2016 itemis AG 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: Matthias Wienand (itemis AG) - initial text * *******************************************************************************/ /** * This package provides a visual anchor abstraction ( * {@link org.eclipse.gef.fx.anchors.IAnchor}), a related abstract base * implementation ({@link org.eclipse.gef.fx.anchors.AbstractAnchor}), as * well as concrete anchor implementations ( * {@link org.eclipse.gef.fx.anchors.StaticAnchor}, * {@link org.eclipse.gef.fx.anchors.DynamicAnchor}) to manage dynamic * positioning of visuals in dependence of others. */ package org.eclipse.gef.fx.anchors;