Package | Description |
---|---|
org.eclipse.gef4.fx.anchors |
This package provides a visual anchor abstraction (
IFXAnchor ), a related abstract base
implementation (AbstractFXAnchor ), as
well as concrete anchor implementations (
FXStaticAnchor ,
FXChopBoxAnchor ) to manage dynamic
positioning of visuals in dependence of others. |
org.eclipse.gef4.fx.nodes |
This package provides:
an adaptation of an
IGeometry to
Node : FXGeometryNode
a connection abstraction that is based on
IFXAnchor :
FXConnection
a grid layer implementation:
FXGridLayer
a visual to display an image which is overlayed by another image on mouse
hover: FXImageViewHoverOverlay
a custom ScrollPane implementation:
ScrollPaneEx
utilities (picking nodes, querying the pointer location,
transformations): FXUtils
|
Class and Description |
---|
AbstractFXAnchor
AbstractFXAnchor is the abstract base implementation for
IFXAnchor s. |
AnchorKey
AnchorKey represents a set of anchored
Node and additional
String ID to identify one anchor target. |
FXChopBoxAnchor.ComputationStrategy
The
FXChopBoxAnchor.ComputationStrategy is responsible for computing anchor
positions based on an anchorage Node , an anchored Node ,
and an anchored reference position (
FXChopBoxAnchor.ComputationStrategy.computePositionInScene(Node, Node, Point) ). |
IFXAnchor |
Class and Description |
---|
AnchorKey
AnchorKey represents a set of anchored
Node and additional
String ID to identify one anchor target. |
FXChopBoxAnchor.ReferencePointProvider
A
FXChopBoxAnchor.ReferencePointProvider needs to be provided as default adapter
(see AdapterKey.get(Class) ) on the IAdaptable info that
gets passed into FXChopBoxAnchor.attach(AnchorKey, IAdaptable)
and FXChopBoxAnchor.detach(AnchorKey, IAdaptable) . |
IFXAnchor |
Copyright (c) 2014 itemis AG and others. All rights reserved.