Skip navigation links
GEF4 FX
1.0.0.201605231620
A B C D E F G H I L N O P R S T U V W Z 

A

AbstractAnchor - Class in org.eclipse.gef4.fx.anchors
AbstractAnchor is the abstract base implementation for IAnchors.
AbstractAnchor(Node) - Constructor for class org.eclipse.gef4.fx.anchors.AbstractAnchor
Creates a new AbstractAnchor for the given anchorage Node.
AbstractGesture - Class in org.eclipse.gef4.fx.gestures
The AbstractGesture is the base class for all gestures defined within GEF4 FX.
AbstractGesture() - Constructor for class org.eclipse.gef4.fx.gestures.AbstractGesture
 
AbstractInterpolator - Class in org.eclipse.gef4.fx.nodes
Abstract base class for IConnectionInterpolator implementations, which supports updating the geometry for an IGeometry curve node, as well as arranging and clipping the decorations.
AbstractInterpolator() - Constructor for class org.eclipse.gef4.fx.nodes.AbstractInterpolator
 
AbstractMouseDragGesture - Class in org.eclipse.gef4.fx.gestures
An FXMouseDragGesture can be used to listen to mouse press, drag, and release events.
AbstractMouseDragGesture() - Constructor for class org.eclipse.gef4.fx.gestures.AbstractMouseDragGesture
 
AbstractPinchSpreadGesture - Class in org.eclipse.gef4.fx.gestures
An FXPinchSpreadGesture can be used to listen to touchpad pinch and spread events.
AbstractPinchSpreadGesture() - Constructor for class org.eclipse.gef4.fx.gestures.AbstractPinchSpreadGesture
 
AbstractRotateGesture - Class in org.eclipse.gef4.fx.gestures
An FXRotateGesture can be used to listen to touchpad rotation events.
AbstractRotateGesture() - Constructor for class org.eclipse.gef4.fx.gestures.AbstractRotateGesture
 
AbstractRouter - Class in org.eclipse.gef4.fx.nodes
Abstract base class for IConnectionRouters.
AbstractRouter() - Constructor for class org.eclipse.gef4.fx.nodes.AbstractRouter
 
AbstractScrollGesture - Class in org.eclipse.gef4.fx.gestures
The AbstractScrollGesture can be used to react to mouse wheel scroll events.
AbstractScrollGesture() - Constructor for class org.eclipse.gef4.fx.gestures.AbstractScrollGesture
 
addAnchor(AnchorKey, IAnchor) - Method in class org.eclipse.gef4.fx.nodes.Connection
Inserts the given IAnchor into the Connection.anchorsUnmodifiableProperty() of this Connection.
addControlAnchor(int, IAnchor) - Method in class org.eclipse.gef4.fx.nodes.Connection
Adds the given IAnchor as a control point anchor for the given index into the Connection.anchorsUnmodifiableProperty() of this Connection.
addControlPoint(int, Point) - Method in class org.eclipse.gef4.fx.nodes.Connection
Adds an StaticAnchor yielding the given Point as a control point anchor for the given index into the Connection.anchorsUnmodifiableProperty() of this Connection.
addPoints() - Method in class org.eclipse.gef4.fx.nodes.OrthogonalRouter.ControlPointManipulator
Performs the recorded changes.
addRoutingPoint(int, Point, double, double) - Method in class org.eclipse.gef4.fx.nodes.OrthogonalRouter.ControlPointManipulator
Records the specified change.
addRoutingPoint(Vector) - Method in class org.eclipse.gef4.fx.nodes.OrthogonalRouter.ControlPointManipulator
Records the specified change.
addRoutingPoints(int, Point, double...) - Method in class org.eclipse.gef4.fx.nodes.OrthogonalRouter.ControlPointManipulator
Records the given changes.
ADVANCED_LINEAR_GRADIENT_PROPERTY - Static variable in class org.eclipse.gef4.fx.swt.controls.FXAdvancedLinearGradientPicker
Property name used in change events related to FXAdvancedLinearGradientPicker.advancedLinearGradientProperty()
advancedLinearGradientProperty() - Method in class org.eclipse.gef4.fx.swt.controls.FXAdvancedLinearGradientPicker
Returns a writable Property for the advanced gradient.
anchorageComputationParametersProperty() - Method in class org.eclipse.gef4.fx.anchors.DynamicAnchor
Returns a ReadOnlySetProperty that provides the computation parameters of kind IComputationStrategy.Parameter.Kind.ANCHORAGE.
anchorageProperty() - Method in class org.eclipse.gef4.fx.anchors.AbstractAnchor
 
anchorageProperty() - Method in interface org.eclipse.gef4.fx.anchors.IAnchor
Provides a read-only property with the anchorage Node this IAnchor is bound to.
AnchorageReferenceGeometry() - Constructor for class org.eclipse.gef4.fx.anchors.DynamicAnchor.AnchorageReferenceGeometry
Creates a new DynamicAnchor.AnchorageReferenceGeometry with no default value.
AnchorageReferenceGeometry(IGeometry) - Constructor for class org.eclipse.gef4.fx.anchors.DynamicAnchor.AnchorageReferenceGeometry
Creates a DynamicAnchor.AnchorageReferenceGeometry that encapsulates the given IGeometry.
AnchorageReferencePosition() - Constructor for class org.eclipse.gef4.fx.anchors.DynamicAnchor.AnchorageReferencePosition
Creates a new DynamicAnchor.AnchorageReferencePosition without default value.
AnchorageReferencePosition(Point) - Constructor for class org.eclipse.gef4.fx.anchors.DynamicAnchor.AnchorageReferencePosition
Creates a DynamicAnchor.AnchorageReferencePosition that encapsulates the given Point.
anchoredComputationParametersProperty() - Method in class org.eclipse.gef4.fx.anchors.DynamicAnchor
AnchoredReferencePoint() - Constructor for class org.eclipse.gef4.fx.anchors.DynamicAnchor.AnchoredReferencePoint
Creates a new DynamicAnchor.AnchoredReferencePoint with no default value.
AnchoredReferencePoint(Point) - Constructor for class org.eclipse.gef4.fx.anchors.DynamicAnchor.AnchoredReferencePoint
Creates a DynamicAnchor.AnchoredReferencePoint that encapsulates the given Point.
AnchorKey - Class in org.eclipse.gef4.fx.anchors
AnchorKey represents a set of anchored Node and additional String ID to identify one anchor target.
AnchorKey(Node, String) - Constructor for class org.eclipse.gef4.fx.anchors.AnchorKey
Creates a new AnchorKey for the given anchored Node with the given id.
anchorsUnmodifiableProperty() - Method in class org.eclipse.gef4.fx.nodes.Connection
Returns an unmodifiable read-only list property, which contains the IAnchors that determine the start point, control points, and end point of this Connection.
arrangeDecoration(Node, Point, Vector) - Method in class org.eclipse.gef4.fx.nodes.AbstractInterpolator
Arranges the given decoration according to the passed-in values.
attach(AnchorKey) - Method in class org.eclipse.gef4.fx.anchors.AbstractAnchor
 
attach(AnchorKey) - Method in class org.eclipse.gef4.fx.anchors.DynamicAnchor
 
attach(AnchorKey) - Method in interface org.eclipse.gef4.fx.anchors.IAnchor
Attaches the given AnchorKey to this IAnchor.
A B C D E F G H I L N O P R S T U V W Z 
Skip navigation links
GEF4 FX
1.0.0.201605231620

Copyright (c) 2014 itemis AG and others. All rights reserved.