Class AbstractRouter.VolatileStaticAnchor

java.lang.Object
org.eclipse.gef.fx.anchors.AbstractAnchor
org.eclipse.gef.fx.anchors.StaticAnchor
org.eclipse.gef.fx.nodes.AbstractRouter.VolatileStaticAnchor
All Implemented Interfaces:
IAnchor
Enclosing class:
AbstractRouter

protected static class AbstractRouter.VolatileStaticAnchor extends StaticAnchor
The AbstractRouter.VolatileStaticAnchor is a StaticAnchor that may be inserted by an AbstractRouter during route(Connection), and, hence, will be removed when routing is performed again. A subtype is used so that the inserted anchors can easily be identified.