- generateWayAnchorKey() - Method in class org.eclipse.gef4.fx.nodes.FXConnection
-
Generates a new, unique way point anchor key.
- gesture(GestureEvent) - Method in class org.eclipse.gef4.fx.ui.gestures.SwtToFXGestureConverter
-
- get(Object) - Method in class org.eclipse.gef4.fx.nodes.FXConnection.FXChopBoxHelper.ReferencePointMap
-
- getAnchorage() - Method in class org.eclipse.gef4.fx.anchors.AbstractFXAnchor
-
Gets the value of the property anchorage.
- getAnchorage() - Method in interface org.eclipse.gef4.fx.anchors.IFXAnchor
-
Provides the anchorage
Node this
IFXAnchor is bound to.
- getAnchorageReferenceGeometryInLocal(Node) - Method in class org.eclipse.gef4.fx.anchors.FXChopBoxAnchor.ComputationStrategy.Impl
-
Determines the anchorage geometry based on the given anchorage
visual.
- getAnchored() - Method in class org.eclipse.gef4.fx.anchors.AnchorKey
-
- getAnchorIndex(AnchorKey) - Method in class org.eclipse.gef4.fx.nodes.FXConnection
-
- getAnchorKey(int) - Method in class org.eclipse.gef4.fx.nodes.FXConnection
-
- getAnchors() - Method in class org.eclipse.gef4.fx.nodes.FXConnection
-
Returns a
List containing the
IFXAnchors which are
assigned to this
FXConnection in the order: start anchor, way
point anchors, end anchor.
- getBaseImageView() - Method in class org.eclipse.gef4.fx.nodes.FXImageViewHoverOverlay
-
Returns the ImageView which displays the base Image.
- getBottomExcess(Node) - Method in class org.eclipse.gef4.fx.nodes.ScrollPaneEx
-
Returns the amount of units the given child Node exceeds the
bottom side of the viewport.
- getBoundsInViewport(Node) - Method in class org.eclipse.gef4.fx.nodes.ScrollPaneEx
-
Transforms the bounds-in-local of the given
Node into the
coordinate system of this
ScrollPaneEx, i.e. the viewport
coordinate system.
- getChildren() - Method in class org.eclipse.gef4.fx.ui.controls.FXControlAdapter
-
We do not manage children.
- getContentBoundsBinding() - Method in class org.eclipse.gef4.fx.nodes.ScrollPaneEx
-
- getContentGroup() - Method in class org.eclipse.gef4.fx.nodes.ScrollPaneEx
-
Returns the Group designated for holding the scrolled content.
- getContext() - Static method in class org.eclipse.gef4.fx.FxBundle
-
If the bundle has been started, returns the BundleContext
associated to it.
- getControl() - Method in class org.eclipse.gef4.fx.ui.controls.FXControlAdapter
-
- getCurveNode() - Method in class org.eclipse.gef4.fx.nodes.FXConnection
-
- getEndAnchor() - Method in class org.eclipse.gef4.fx.nodes.FXConnection
-
Returns the currently assigned end
anchor, or
null if no end
anchor is assigned.
- getEndAnchorKey() - Method in class org.eclipse.gef4.fx.nodes.FXConnection
-
- getEndDecoration() - Method in class org.eclipse.gef4.fx.nodes.FXConnection
-
- getEndPoint() - Method in class org.eclipse.gef4.fx.nodes.FXConnection
-
- getFXCanvas(Control) - Method in class org.eclipse.gef4.fx.ui.controls.FXControlAdapter
-
Returns the first
FXCanvas which is found by walking up the
widget hierarchy of the given
Control.
- getFXCanvas(Node) - Method in class org.eclipse.gef4.fx.ui.controls.FXControlAdapter
-
Returns the FXCanvas which embeds the Scene which
contains the given Node.
- getFXCanvas(Scene) - Method in class org.eclipse.gef4.fx.ui.controls.FXControlAdapter
-
Returns the FXCanvas which contains the given Scene.
- getFXCanvas(Window) - Method in class org.eclipse.gef4.fx.ui.controls.FXControlAdapter
-
Returns the FXCanvas which serves as the host container for the
given Window.
- getGeometry() - Method in class org.eclipse.gef4.fx.nodes.FXGeometryNode
-
- getHorizontalScrollBar() - Method in class org.eclipse.gef4.fx.nodes.ScrollPaneEx
-
Returns the horizontal ScrollBar.
- getId() - Method in class org.eclipse.gef4.fx.anchors.AnchorKey
-
- getKeys() - Method in class org.eclipse.gef4.fx.anchors.AbstractFXAnchor
-
Returns the
Map which stores the registered
AnchorKeys
per
Node by reference.
- getLeftExcess(Node) - Method in class org.eclipse.gef4.fx.nodes.ScrollPaneEx
-
Returns the amount of units the given child Node exceeds the left
side of the viewport.
- getLocalEndPoint() - Method in interface org.eclipse.gef4.fx.nodes.IFXDecoration
-
Returns the end point of this decoration in the local coordinate space of
its
visual.
- getLocalStartPoint() - Method in interface org.eclipse.gef4.fx.nodes.IFXDecoration
-
Returns the start point of this decoration in the local coordinate space
of its
visual.
- getLocalToSceneTx(Node) - Static method in class org.eclipse.gef4.fx.nodes.FXUtils
-
Returns an
AffineTransform which represents the transformation
matrix to transform geometries from the local coordinate system of the
given
Node into the coordinate system of the
Scene.
- getNearestVertex(Point, IShape) - Method in class org.eclipse.gef4.fx.anchors.FXChopBoxAnchor.ComputationStrategy.Impl
-
Determines the vertex of the given
IShape which is
nearest to the given center
Point.
- getNodesAt(Node, double, double) - Static method in class org.eclipse.gef4.fx.nodes.FXUtils
-
Performs picking on the scene graph beginning at the specified root node
and processing its transitive children.
- getOutline(IGeometry) - Method in class org.eclipse.gef4.fx.anchors.FXChopBoxAnchor.ComputationStrategy.Impl
-
Determines the outline of the given
IGeometry.
- getOverlayImageView() - Method in class org.eclipse.gef4.fx.nodes.FXImageViewHoverOverlay
-
Returns the ImageView which displays the overlay Image.
- getPointerLocation() - Static method in class org.eclipse.gef4.fx.nodes.FXUtils
-
Returns the current pointer location.
- getPoints() - Method in class org.eclipse.gef4.fx.nodes.FXConnection
-
Returns the
Points constituting this
FXConnection within
its coordinate system in the order: start point, way points, end point.
- getPosition(AnchorKey) - Method in class org.eclipse.gef4.fx.anchors.AbstractFXAnchor
-
- getPosition(AnchorKey) - Method in interface org.eclipse.gef4.fx.anchors.IFXAnchor
-
- getPressed() - Method in class org.eclipse.gef4.fx.gestures.FXMouseDragGesture
-
Returns the currently pressed Node.
- getRaw(Object) - Method in class org.eclipse.gef4.fx.nodes.FXConnection.FXChopBoxHelper.ReferencePointMap
-
Does not compute a value for the given key but returns the
currently stored value instead.
- getRightExcess(Node) - Method in class org.eclipse.gef4.fx.nodes.ScrollPaneEx
-
Returns the amount of units the given child Node exceeds the
right side of the viewport.
- getRouter() - Method in class org.eclipse.gef4.fx.nodes.FXConnection
-
- getScene() - Method in class org.eclipse.gef4.fx.gestures.FXMouseDragGesture
-
The Scene on which this gesture is registered.
- getSceneToLocalTx(Node) - Static method in class org.eclipse.gef4.fx.nodes.FXUtils
-
Returns the scene-to-local transform for the given Node.
- getScrollableBoundsBinding() - Method in class org.eclipse.gef4.fx.nodes.ScrollPaneEx
-
Returns an
ObjectBinding for the
Bounds of the scrollable
area within the coordinate system of this
ScrollPaneEx.
- getScrollbarGroup() - Method in class org.eclipse.gef4.fx.nodes.ScrollPaneEx
-
Returns the Group designated for holding the ScrollBars.
- getScrolledPane() - Method in class org.eclipse.gef4.fx.nodes.ScrollPaneEx
-
Returns the Pane which is translated when scrolling.
- getScrollOffsetX() - Method in class org.eclipse.gef4.fx.nodes.ScrollPaneEx
-
Returns the current horizontal scroll offset.
- getScrollOffsetY() - Method in class org.eclipse.gef4.fx.nodes.ScrollPaneEx
-
Returns the current vertical scroll offset.
- getStage() - Method in class org.eclipse.gef4.fx.ui.canvas.FXCanvasEx
-
Returns the stage Window hold by this FXCanvas.
- getStartAnchor() - Method in class org.eclipse.gef4.fx.nodes.FXConnection
-
Returns the currently assigned start
anchor, or
null if no start
anchor is assigned.
- getStartAnchorKey() - Method in class org.eclipse.gef4.fx.nodes.FXConnection
-
- getStartDecoration() - Method in class org.eclipse.gef4.fx.nodes.FXConnection
-
- getStartPoint() - Method in class org.eclipse.gef4.fx.nodes.FXConnection
-
- getTopExcess(Node) - Method in class org.eclipse.gef4.fx.nodes.ScrollPaneEx
-
Returns the amount of units the given child Node exceeds the top
side of the viewport.
- getVerticalScrollBar() - Method in class org.eclipse.gef4.fx.nodes.ScrollPaneEx
-
Returns the vertical ScrollBar.
- getViewportTransform() - Method in class org.eclipse.gef4.fx.nodes.ScrollPaneEx
-
- getVisual() - Method in interface org.eclipse.gef4.fx.nodes.IFXDecoration
-
Returns the decoration's visual, for example, an arrow shape.
- getWayAnchor(int) - Method in class org.eclipse.gef4.fx.nodes.FXConnection
-
Returns the way
anchor for the given way anchor index
which is currently assigned, or
null if no way
anchor is assigned for that index.
- getWayAnchorKey(int) - Method in class org.eclipse.gef4.fx.nodes.FXConnection
-
Returns the
AnchorKey for the given way anchor index, or
null if no
anchor is assigned for that
index.
- getWayAnchors() - Method in class org.eclipse.gef4.fx.nodes.FXConnection
-
- getWayAnchorsSize() - Method in class org.eclipse.gef4.fx.nodes.FXConnection
-
- getWayIndex(AnchorKey) - Method in class org.eclipse.gef4.fx.nodes.FXConnection
-
Returns the way anchor index for the given
AnchorKey, i.e.
- getWayPoint(int) - Method in class org.eclipse.gef4.fx.nodes.FXConnection
-
Returns the way
Point for the given way anchor index within the
coordinate system of this
FXConnection which is determined by
querying the anchor position for the corresponding
way anchor, or
null if no
way anchor is assigned for the given index.
- getWayPoints() - Method in class org.eclipse.gef4.fx.nodes.FXConnection
-
- gridScaleProperty() - Method in class org.eclipse.gef4.fx.nodes.FXGridLayer
-