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

G

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
Returns the anchored Node of this AnchorKey.
getAnchorIndex(AnchorKey) - Method in class org.eclipse.gef4.fx.nodes.FXConnection
Returns the anchor index for the given AnchorKey which is: 0 for the start anchor key FXConnection.getAnchors().size() - 1 for the end anchor key FXConnection.getWayIndex(AnchorKey) + 1 for way point anchor keys
getAnchorKey(int) - Method in class org.eclipse.gef4.fx.nodes.FXConnection
Returns the AnchorKey for the given anchor index, i.e. the reverse of FXConnection.getAnchorIndex(AnchorKey).
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
Returns an ObjectBinding for the Bounds of the content group within the coordinate system of this 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
Returns the SWT Control that is wrapped by this FXControlAdapter.
getCurveNode() - Method in class org.eclipse.gef4.fx.nodes.FXConnection
Returns the FXGeometryNode which displays the curve geometry.
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
Returns the end AnchorKey for this FXConnection.
getEndDecoration() - Method in class org.eclipse.gef4.fx.nodes.FXConnection
Returns the end decoration of this FXConnection, or null.
getEndPoint() - Method in class org.eclipse.gef4.fx.nodes.FXConnection
Returns the end Point of this FXConnection within its coordinate system which is determined by querying the anchor position for the end anchor key, or null when no end anchor is assigned.
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
Returns the IGeometry of this 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
The String identifier of this 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
Provides a position for the given AnchorKey.
getPressed() - Method in class org.eclipse.gef4.fx.gestures.AbstractFXMouseDragGesture
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
Returns the IFXConnectionRouter of this FXConnection.
getScene() - Method in class org.eclipse.gef4.fx.gestures.AbstractFXGesture
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
Returns the start AnchorKey for this FXConnection.
getStartDecoration() - Method in class org.eclipse.gef4.fx.nodes.FXConnection
Returns the start decoration of this FXConnection, or null.
getStartPoint() - Method in class org.eclipse.gef4.fx.nodes.FXConnection
Returns the start Point of this FXConnection within its coordinate system which is determined by querying the anchor position for the start anchor key, or null when no start anchor is assigned.
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
Returns the transformation that is applied to the content group.
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
Returns a List containing the way anchors currently assigned to this FXConnection.
getWayAnchorsSize() - Method in class org.eclipse.gef4.fx.nodes.FXConnection
Returns the number of way IFXAnchors currently assigned to this 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
Returns a List containing the way Points of this FXConnection.
gridScaleProperty() - Method in class org.eclipse.gef4.fx.nodes.FXGridLayer
Returns the Scale property of this FXGridLayer.
A B C D E F G H I L M N O P R S T U V Z 
Skip navigation links
GEF4 FX
0.2.0.201509140217

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