Index
All Classes and Interfaces|All Packages|Constant Field Values
G
- Geometry2Shape - Class in org.eclipse.gef.fx.utils
- 
The utility classGeometry2Shapeprovides methods for the conversion ofIGeometryimplementations to JavaFXShapeimplementations.
- Geometry2Shape() - Constructor for class org.eclipse.gef.fx.utils.Geometry2Shape
- GeometryNode<T extends IGeometry> - Class in org.eclipse.gef.fx.nodes
- GeometryNode() - Constructor for class org.eclipse.gef.fx.nodes.GeometryNode
- 
Constructs a newGeometryNodewithout anIGeometry.
- GeometryNode(T) - Constructor for class org.eclipse.gef.fx.nodes.GeometryNode
- 
Constructs a newGeometryNodewhich displays the givenIGeometry.
- geometryProperty() - Method in class org.eclipse.gef.fx.nodes.GeometryNode
- 
Provides aPropertyholding the geometry of thisGeometryNode.
- get(Collection<? extends IComputationStrategy.Parameter<?>>, Class<T>) - Static method in class org.eclipse.gef.fx.anchors.IComputationStrategy.Parameter
- 
Retrieves a parameter of the respective type from the set of given parameters.
- getAdvancedLinearGradient() - Method in class org.eclipse.gef.fx.swt.controls.FXAdvancedLinearGradientPicker
- 
Returns the currently selected advanced gradient.
- getAnchor(int) - Method in class org.eclipse.gef.fx.nodes.Connection
- 
Returns the anchor at the given index.
- getAnchorage() - Method in class org.eclipse.gef.fx.anchors.AbstractAnchor
- 
Gets the value of the property anchorage.
- getAnchorage() - Method in interface org.eclipse.gef.fx.anchors.IAnchor
- 
Provides the anchorageNodethisIAnchoris bound to.
- getAnchorageGeometry(int) - Method in class org.eclipse.gef.fx.nodes.AbstractRouter
- 
Retrieves the geometry of the anchorage at the given index within the coordinate system of theConnection, in case the respective anchor is connected.
- getAnchored() - Method in class org.eclipse.gef.fx.anchors.AnchorKey
- 
Returns the anchoredNodeof thisAnchorKey.
- getAnchoredReferencePoint(List<Point>, int) - Method in class org.eclipse.gef.fx.nodes.AbstractRouter
- 
Returns theDynamicAnchor.AnchoredReferencePointparameter value (within the coordinate system of theConnection) for the anchor specified by the given index.
- getAnchoredReferencePoint(List<Point>, int) - Method in class org.eclipse.gef.fx.nodes.OrthogonalRouter
- 
Returns the reference point for the anchor at the given index.
- getAnchoredReferencePoint(List<Point>, int) - Method in class org.eclipse.gef.fx.nodes.StraightRouter
- 
Returns the reference point for the anchor at the given index.
- getAnchorIndex(AnchorKey) - Method in class org.eclipse.gef.fx.nodes.Connection
- 
Returns the anchor index for the givenAnchorKey.
- getAnchorKey(int) - Method in class org.eclipse.gef.fx.nodes.Connection
- 
Returns theAnchorKeyfor the given anchor index, i.e. the reverse ofConnection.getAnchorIndex(AnchorKey).
- getAnchorsUnmodifiable() - Method in class org.eclipse.gef.fx.nodes.Connection
- 
Returns aListcontaining theIAnchors which are assigned to thisConnectionin the order: start anchor, control point anchorsByKeys, end anchor.
- getBaseImageView() - Method in class org.eclipse.gef.fx.nodes.HoverOverlayImageView
- 
Returns theImageViewwhich displays the baseImage.
- getBean() - Method in class org.eclipse.gef.fx.anchors.IComputationStrategy.Parameter
- getCenter() - Method in class org.eclipse.gef.fx.nodes.Connection
- 
Computes the 'logical' center point of theConnection, which is the middle control point position (in case the curveProperty consists of an even number of segment) or the middle point of the middle segment.
- getChildren() - Method in class org.eclipse.gef.fx.swt.controls.FXControlAdapter
- 
We do not manage children.
- getClickableAreaWidth() - Method in class org.eclipse.gef.fx.nodes.GeometryNode
- 
Retrieves the value of the clickable area width property (GeometryNode.clickableAreaWidthProperty()).
- getColor() - Method in class org.eclipse.gef.fx.swt.controls.FXColorPicker
- 
Returns the currently selectedColor.
- getComputationParameter(Class<T>) - Method in class org.eclipse.gef.fx.anchors.DynamicAnchor
- 
Retrieves a computation parameter of the respective type.
- getComputationParameter(AnchorKey, Class<T>) - Method in class org.eclipse.gef.fx.anchors.DynamicAnchor
- 
Retrieves a computation parameter of the respective type for the givenAnchorKey.
- getComputationStrategy() - Method in class org.eclipse.gef.fx.anchors.DynamicAnchor
- 
Returns theIComputationStrategyused by thisDynamicAnchor.
- getConnection() - Method in class org.eclipse.gef.fx.nodes.AbstractRouter.ControlPointManipulator
- 
Returns theConnectionthat is manipulated.
- getConnection() - Method in class org.eclipse.gef.fx.nodes.AbstractRouter
- 
Returns theConnectionof the lastAbstractRouter.route(Connection)call.
- getContentBounds() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
- 
Returns the value of theInfiniteCanvas.contentBoundsProperty().
- getContentGroup() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
- 
Returns theGroupdesignated for holding the scrolled content.
- getContentTransform() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
- 
Returns the transformation that is applied to thecontent group.
- getContext() - Static method in class org.eclipse.gef.fx.FxBundle
- 
If the bundle has been started, returns theBundleContextassociated to it.
- getControl() - Method in class org.eclipse.gef.fx.swt.controls.FXControlAdapter
- 
Returns the SWTControlthat is wrapped by thisFXControlAdapter.
- getControlAnchor(int) - Method in class org.eclipse.gef.fx.nodes.Connection
- getControlAnchorIndex(AnchorKey) - Method in class org.eclipse.gef.fx.nodes.Connection
- 
Returns the control anchor index for the givenAnchorKey, i.e.
- getControlAnchorKey(int) - Method in class org.eclipse.gef.fx.nodes.Connection
- 
Returns theAnchorKeyfor the given control anchor index.
- getControlAnchors() - Method in class org.eclipse.gef.fx.nodes.Connection
- getControlPoint(int) - Method in class org.eclipse.gef.fx.nodes.Connection
- 
Returns the controlPointfor the given control anchor index within the coordinate system of thisConnectionwhich is determined by querying the anchor position for the correspondingcontrol anchor, ornullif nocontrol anchoris assigned for the given index.
- getControlPoints() - Method in class org.eclipse.gef.fx.nodes.Connection
- getCurve() - Method in class org.eclipse.gef.fx.nodes.Connection
- 
Returns theNodewhich displays the curveProperty geometry.
- getEndAnchor() - Method in class org.eclipse.gef.fx.nodes.Connection
- getEndAnchorKey() - Method in class org.eclipse.gef.fx.nodes.Connection
- 
Returns the endAnchorKeyfor thisConnection.
- getEndDecoration() - Method in class org.eclipse.gef.fx.nodes.Connection
- getEndPoint() - Method in class org.eclipse.gef.fx.nodes.Connection
- 
Returns the endPointof thisConnectionwithin its coordinate system which is determined by querying the anchor position for theend anchor key, ornullwhen noend anchoris assigned.
- getEndPointHint() - Method in class org.eclipse.gef.fx.nodes.Connection
- 
Returns the currently set end position hint ornullif no hint is present.
- getFill() - Method in class org.eclipse.gef.fx.nodes.GeometryNode
- 
Retrieves the value of the fill property.
- getFillRule() - Method in class org.eclipse.gef.fx.nodes.GeometryNode
- 
Retrieves the value of the fill rule property.
- getFXCanvas(Node) - Method in class org.eclipse.gef.fx.swt.controls.FXControlAdapter
- 
Returns theFXCanvaswhich embeds theScenewhich contains the givenNode.
- getFXCanvas(Scene) - Static method in class org.eclipse.gef.fx.swt.canvas.FXCanvasEx
- 
Returns theFXCanvaswhich contains the givenScene.
- getFXCanvas(Control) - Method in class org.eclipse.gef.fx.swt.controls.FXControlAdapter
- 
Returns the firstFXCanvaswhich is found by walking up the widget hierarchy of the givenControl.
- getGeometricOutline(Node) - Static method in class org.eclipse.gef.fx.utils.NodeUtils
- 
Returns anIGeometrythat corresponds whose outline represents the geometric outline of the givenNode, excluding its stroke.
- getGeometricShape() - Method in class org.eclipse.gef.fx.nodes.GeometryNode
- 
Returns theShapethat is used as a delegate to render the geometry of thisGeometryNode.
- getGeometry() - Method in class org.eclipse.gef.fx.nodes.GeometryNode
- 
Retrieves the value of the geometry property.
- getGridCanvas() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
- 
Returns theRegionthat is used to paint the background grid.
- getGridCellHeight() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
- 
Returns the value of theInfiniteCanvas.gridCellHeightProperty().
- getGridCellWidth() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
- 
Returns the value of theInfiniteCanvas.gridCellWidthProperty().
- getHorizontalScrollBar() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
- 
Returns the horizontalScrollBar, ornullif the horizontalScrollBarwas not yet created.
- getHorizontalScrollBarPolicy() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
- 
Returns theScrollPane.ScrollBarPolicythat is currently used to decide when to show a horizontal scrollbar.
- getHorizontalScrollOffset() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
- 
Returns the current horizontal scroll offset.
- getId() - Method in class org.eclipse.gef.fx.anchors.AnchorKey
- getImage(Object) - Method in class org.eclipse.gef.fx.jface.FXPaintLabelProvider
- getIndex() - Method in class org.eclipse.gef.fx.nodes.AbstractRouter.ControlPointManipulator
- 
Returns the current insertion index for manipulations.
- getInterpolator() - Method in class org.eclipse.gef.fx.nodes.Connection
- 
Returns theIConnectionInterpolatorof thisConnection.
- getKeys() - Method in class org.eclipse.gef.fx.anchors.AbstractAnchor
- 
Returns all keys maintained by this anchor.
- getKeysByNode() - Method in class org.eclipse.gef.fx.anchors.AbstractAnchor
- getKind() - Method in class org.eclipse.gef.fx.anchors.IComputationStrategy.Parameter
- 
Retrieves theIComputationStrategy.Parameter.Kindof this parameter, which indicates whether a single value may be shared to compute the positions of all attachedAnchorKeys or not.
- getKind(Class<? extends IComputationStrategy.Parameter<?>>) - Static method in class org.eclipse.gef.fx.anchors.IComputationStrategy.Parameter
- 
Returns theIComputationStrategy.Parameter.Kindreturned by an instance of the givenIComputationStrategy.Parametertype.
- getLocalToSceneTx(Node) - Static method in class org.eclipse.gef.fx.utils.NodeUtils
- 
Returns anAffineTransformwhich represents the transformation matrix to transform geometries from the local coordinate system of the givenNodeinto the coordinate system of theScene.
- getName() - Method in class org.eclipse.gef.fx.anchors.IComputationStrategy.Parameter
- getNearestCommonAncestor(Node, Node) - Static method in class org.eclipse.gef.fx.utils.NodeUtils
- 
Computes the nearest common ancestor for two given nodes.
- getNextOffset(int) - Method in class org.eclipse.gef.fx.swt.controls.FXAdvancedLinearGradientPicker
- 
Computes the maximum offset for the given stop index.
- getNodesAt(Node, double, double) - Static method in class org.eclipse.gef.fx.utils.NodeUtils
- 
Performs picking on the scene graph beginning at the specified root node and processing its transitive children.
- getOutlineSegments(IGeometry) - Method in class org.eclipse.gef.fx.anchors.ProjectionStrategy
- getOverlayGroup() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
- 
Returns the overlayGroupthat is rendered above the contents but below the scrollbars.
- getOverlayImageView() - Method in class org.eclipse.gef.fx.nodes.HoverOverlayImageView
- 
Returns theImageViewwhich displays the overlayImage.
- getPaint() - Method in class org.eclipse.gef.fx.jface.FXPaintSelectionDialog
- 
Returns the currently selectedPaint.
- getPaintDisplayText(Paint) - Static method in class org.eclipse.gef.fx.jface.FXPaintUtils
- 
Creates a human-readable string representation for the givenPaintvalue.
- getPaintImageData(int, int, Paint) - Static method in class org.eclipse.gef.fx.jface.FXPaintUtils
- 
Creates a rectangularImageto visualize the givenPaint.
- getParameters(AnchorKey) - Method in class org.eclipse.gef.fx.anchors.DynamicAnchor
- 
Retrieves the relevant parameters for the computation of the givenAnchorKey.
- getPath() - Method in class org.eclipse.gef.fx.nodes.GeometryNode
- getPoint() - Method in class org.eclipse.gef.fx.nodes.AbstractRouter.ControlPointManipulator
- 
Returns the currentPointon theConnection.
- getPoint(int) - Method in class org.eclipse.gef.fx.nodes.Connection
- 
Returns the point at the given index.
- getPointerLocation() - Static method in class org.eclipse.gef.fx.utils.CursorUtils
- 
Returns the current pointer location.
- getPointsUnmodifiable() - Method in class org.eclipse.gef.fx.nodes.Connection
- 
Returns thePoints constituting thisConnectionwithin its coordinate system in the order: start point, control points, end point.
- getPosition(AnchorKey) - Method in class org.eclipse.gef.fx.anchors.AbstractAnchor
- getPosition(AnchorKey) - Method in interface org.eclipse.gef.fx.anchors.IAnchor
- 
Provides a position for the givenAnchorKey.
- getPositionsUnmodifiable() - Method in class org.eclipse.gef.fx.anchors.AbstractAnchor
- 
Gets the value of the property positionsUnmodifiable.
- getPositionsUnmodifiable() - Method in interface org.eclipse.gef.fx.anchors.IAnchor
- 
Provides an observable read-only (map) with positions (in local coordinates of the anchoredNodes) for all attachedAnchorKeys.
- getPrevOffset(int) - Method in class org.eclipse.gef.fx.swt.controls.FXAdvancedLinearGradientPicker
- 
Computes the minimum offset for the given stop index.
- getReferencePosition() - Method in class org.eclipse.gef.fx.anchors.StaticAnchor
- 
Returns the reference position of thisStaticAnchor.
- getRequiredParameters() - Method in interface org.eclipse.gef.fx.anchors.IComputationStrategy
- 
Returns the types of parameters required by this strategy.
- getRequiredParameters() - Method in class org.eclipse.gef.fx.anchors.OrthogonalProjectionStrategy
- getRequiredParameters() - Method in class org.eclipse.gef.fx.anchors.ProjectionStrategy
- getResizedToShapeBounds(Node, IGeometry) - Static method in class org.eclipse.gef.fx.utils.NodeUtils
- 
Creates a copy of the givenIGeometryand resizes it to fit the (corrected) layout-bounds (seeNodeUtils.getShapeBounds(Node)) of the givenNode.
- getRouter() - Method in class org.eclipse.gef.fx.nodes.Connection
- 
Returns theIConnectionRouterof thisConnection.
- getSceneToLocalTx(Node) - Static method in class org.eclipse.gef.fx.utils.NodeUtils
- 
Returns the scene-to-local transform for the givenNode.
- getScrollableBounds() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
- 
Returns the value of theInfiniteCanvas.scrollableBoundsProperty().
- getScrollBarGroup() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
- 
Returns theGroupdesignated for holding theScrollBars.
- getScrolledOverlayGroup() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
- 
Returns the scrolled overlayGroup.
- getScrolledPane() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
- 
Returns thePanewhich is translated when scrolling.
- getScrolledUnderlayGroup() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
- 
Returns the scrolled underlayGroup.
- getShapeBounds(Node) - Static method in class org.eclipse.gef.fx.utils.NodeUtils
- 
Returns the layout-bounds of the givenNode, which might be adjusted to ensure that it exactly fits the visualization.
- getShapeOutline(Node) - Static method in class org.eclipse.gef.fx.utils.NodeUtils
- 
Creates a geometry whose outline represents the outline of the givenNode, including its stroke.
- getSimpleLinearGradient() - Method in class org.eclipse.gef.fx.swt.controls.FXSimpleLinearGradientPicker
- 
Returns the currently selected simple gradient.
- getStage() - Method in class org.eclipse.gef.fx.swt.canvas.FXCanvasEx
- 
Returns the stageWindowhold by thisFXCanvas.
- getStartAnchor() - Method in class org.eclipse.gef.fx.nodes.Connection
- getStartAnchorKey() - Method in class org.eclipse.gef.fx.nodes.Connection
- 
Returns the startAnchorKeyfor thisConnection.
- getStartDecoration() - Method in class org.eclipse.gef.fx.nodes.Connection
- getStartPoint() - Method in class org.eclipse.gef.fx.nodes.Connection
- 
Returns the startPointof thisConnectionwithin its coordinate system which is determined by querying the anchor position for thestart anchor key, ornullwhen nostart anchoris assigned.
- getStartPointHint() - Method in class org.eclipse.gef.fx.nodes.Connection
- 
Returns the currently set start position hint ornullif no hint is present.
- getStops() - Method in class org.eclipse.gef.fx.swt.controls.FXAdvancedLinearGradientPicker
- 
Returns a list of theStops of the currently selected advanced gradient.
- getStroke() - Method in class org.eclipse.gef.fx.nodes.GeometryNode
- 
Retrieves the value of the stroke property.
- getStrokeDashArray() - Method in class org.eclipse.gef.fx.nodes.GeometryNode
- 
Retrieves the value of the stroke dash array property.
- getStrokeDashOffset() - Method in class org.eclipse.gef.fx.nodes.GeometryNode
- 
Retrieves the value of the stroke dash offset property.
- getStrokeLineCap() - Method in class org.eclipse.gef.fx.nodes.GeometryNode
- 
Retrieves the value of the stroke line cap property.
- getStrokeLineJoin() - Method in class org.eclipse.gef.fx.nodes.GeometryNode
- 
Retrieves the value of the stroke line join property.
- getStrokeMiterLimit() - Method in class org.eclipse.gef.fx.nodes.GeometryNode
- 
Retrieves the value of the stroke miter limit property.
- getStrokeType() - Method in class org.eclipse.gef.fx.nodes.GeometryNode
- 
Retrieves the value of the stroke type property.
- getStrokeWidth() - Method in class org.eclipse.gef.fx.nodes.GeometryNode
- 
Retrieves the value of the stroke width property.
- getText(Object) - Method in class org.eclipse.gef.fx.jface.FXPaintLabelProvider
- getUnderlayGroup() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
- 
Returns the underlayGroup.
- getVerticalScrollBar() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
- 
Returns the verticalScrollBar, ornullif the verticalScrollBarwas not yet created.
- getVerticalScrollBarPolicy() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
- 
Returns theScrollPane.ScrollBarPolicythat is currently used to decide when to show a vertical scrollbar.
- getVerticalScrollOffset() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
- 
Returns the current vertical scroll offset.
- gridCellHeightProperty() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
- 
Returns the grid cell height as a (writable) property.
- gridCellWidthProperty() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
- 
Returns the grid cell width as a (writable) property.
All Classes and Interfaces|All Packages|Constant Field Values