Package | Description |
---|---|
org.eclipse.gef4.fx.anchors |
This package provides a visual anchor abstraction (
IAnchor ), a related abstract base
implementation (AbstractAnchor ), as
well as concrete anchor implementations (
StaticAnchor ,
DynamicAnchor ) 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 : GeometryNode
a connection abstraction that is based on
IAnchor :
Connection
a visual to display an image which is overlayed by another image on mouse
hover: HoverOverlayImageView
a visual providing a scrollable infinite canvas with a background grid:
InfiniteCanvas
|
Class and Description |
---|
AbstractAnchor
AbstractAnchor is the abstract base implementation for
IAnchor s. |
AnchorKey
AnchorKey represents a set of anchored
Node and additional
String ID to identify one anchor target. |
IAnchor |
IComputationStrategy
The
IComputationStrategy is responsible for computing anchor
positions based on the anchorage Node , the anchored Node , and
respective (strategy-specific) parameters . ). |
IComputationStrategy.Parameter
Base class for all computation parameters that can be passed to an
IComputationStrategy . |
IComputationStrategy.Parameter.Kind
Indicates whether the parameter value can be shared to compute
positions of all attached anchors or not.
|
ProjectionStrategy
An
IComputationStrategy that computes anchor position by projecting
the respective anchored reference point to the outline of the anchorage
reference geometry so that the respective point has minimal distance to the
anchored reference point. |
Class and Description |
---|
AnchorKey
AnchorKey represents a set of anchored
Node and additional
String ID to identify one anchor target. |
IAnchor |
IComputationStrategy.Parameter
Base class for all computation parameters that can be passed to an
IComputationStrategy . |
Copyright (c) 2014 itemis AG and others. All rights reserved.