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

G

Geometry2Shape - Class in org.eclipse.gef4.fx.utils
The utility class Geometry2Shape provides methods for the conversion of IGeometry implementations to JavaFX Shape implementations.
Geometry2Shape() - Constructor for class org.eclipse.gef4.fx.utils.Geometry2Shape
 
GeometryNode<T extends IGeometry> - Class in org.eclipse.gef4.fx.nodes
A GeometryNode is a Node which can be constructed using an underlying IGeometry.
GeometryNode() - Constructor for class org.eclipse.gef4.fx.nodes.GeometryNode
Constructs a new GeometryNode without an IGeometry.
GeometryNode(T) - Constructor for class org.eclipse.gef4.fx.nodes.GeometryNode
Constructs a new GeometryNode which displays the given IGeometry.
geometryProperty() - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Provides a Property holding the geometry of this GeometryNode.
GestureState(SWT2FXEventConverter.GestureStateType) - Constructor for class org.eclipse.gef4.fx.swt.gestures.SWT2FXEventConverter.GestureState
Constructs a new SWT2FXEventConverter.GestureState of the given GestureStateType.
getAdvancedLinearGradient() - Method in class org.eclipse.gef4.fx.swt.controls.FXAdvancedLinearGradientPicker
Returns the currently selected advanced gradient.
getAnchor(int) - Method in class org.eclipse.gef4.fx.nodes.Connection
Returns the anchor at the given index.
getAnchorage() - Method in class org.eclipse.gef4.fx.anchors.AbstractAnchor
Gets the value of the property anchorage.
getAnchorage() - Method in interface org.eclipse.gef4.fx.anchors.IAnchor
Provides the anchorage Node this IAnchor is bound to.
getAnchorageGeometry(Connection, int) - Method in class org.eclipse.gef4.fx.nodes.OrthogonalRouter
Retrieves the geometry of the anchorage at the given index, in case the respective anchor is connected.
getAnchorageReferenceGeometryInLocal(Node) - Method in class org.eclipse.gef4.fx.anchors.DynamicAnchor.AbstractComputationStrategy
Determines the anchorage reference geometry based on the given anchorage visual.
getAnchorageReferenceGeometryInScene(Node) - Method in class org.eclipse.gef4.fx.anchors.DynamicAnchor.AbstractComputationStrategy
Returns the anchorage reference geometry within the scene coordinate system.
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.Connection
Returns the anchor index for the given AnchorKey which is: 0 for the start anchor key Connection.getAnchors().size() - 1 for the end anchor key Connection.getControlAnchorIndex(AnchorKey) + 1 for control point anchor keys
getAnchorKey(int) - Method in class org.eclipse.gef4.fx.nodes.Connection
Returns the AnchorKey for the given anchor index, i.e. the reverse of Connection.getAnchorIndex(AnchorKey).
getAnchors() - Method in class org.eclipse.gef4.fx.nodes.Connection
Returns a List containing the IAnchors which are assigned to this Connection in the order: start anchor, control point anchors, end anchor.
getBaseImageView() - Method in class org.eclipse.gef4.fx.nodes.HoverOverlayImageView
Returns the ImageView which displays the base Image.
getCenter() - Method in class org.eclipse.gef4.fx.nodes.Connection
Computes the 'logical' center point of the Connection, which is the middle control point position (in case the curve consists of an even number of segment) or the middle point of the middle segment.
getChildren() - Method in class org.eclipse.gef4.fx.swt.controls.FXControlAdapter
We do not manage children.
getClickableAreaWidth() - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Retrieves the value of the clickable area width property ( GeometryNode.clickableAreaWidthProperty()).
getColor() - Method in class org.eclipse.gef4.fx.swt.controls.FXColorPicker
Returns the currently selected Color.
getComputationStrategy(AnchorKey) - Method in class org.eclipse.gef4.fx.anchors.DynamicAnchor
Returns the DynamicAnchor.IComputationStrategy that is used by this DynamicAnchor to compute the position for the given AnchorKey.
getContentBounds() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Returns the value of the InfiniteCanvas.contentBoundsProperty().
getContentGroup() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Returns the Group designated for holding the scrolled content.
getContentTransform() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Returns the transformation that is applied to the content group.
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.swt.controls.FXControlAdapter
Returns the SWT Control that is wrapped by this FXControlAdapter.
getControlAnchor(int) - Method in class org.eclipse.gef4.fx.nodes.Connection
Returns the control anchor for the given control anchor index which is currently assigned, or null if no control anchor is assigned for that index.
getControlAnchorIndex(AnchorKey) - Method in class org.eclipse.gef4.fx.nodes.Connection
Returns the control anchor index for the given AnchorKey, i.e.
getControlAnchorKey(int) - Method in class org.eclipse.gef4.fx.nodes.Connection
Returns the AnchorKey for the given control anchor index.
getControlAnchors() - Method in class org.eclipse.gef4.fx.nodes.Connection
Returns a List containing the control anchors currently assigned to this Connection.
getControlPoint(int) - Method in class org.eclipse.gef4.fx.nodes.Connection
Returns the control Point for the given control anchor index within the coordinate system of this Connection which is determined by querying the anchor position for the corresponding control anchor, or null if no control anchor is assigned for the given index.
getControlPoints() - Method in class org.eclipse.gef4.fx.nodes.Connection
Returns a List containing the control Points of this Connection.
getCurveNode() - Method in class org.eclipse.gef4.fx.nodes.Connection
Returns the GeometryNode which displays the curve geometry.
getDefaultComputationStrategy() - Method in class org.eclipse.gef4.fx.anchors.DynamicAnchor
Returns the default DynamicAnchor.IComputationStrategy used by this DynamicAnchor when no DynamicAnchor.IComputationStrategy is explicitly set for an AnchorKey.
getEndAnchor() - Method in class org.eclipse.gef4.fx.nodes.Connection
Returns the currently assigned end anchor, or null if no end anchor is assigned.
getEndAnchorKey() - Method in class org.eclipse.gef4.fx.nodes.Connection
Returns the end AnchorKey for this Connection.
getEndDecoration() - Method in class org.eclipse.gef4.fx.nodes.Connection
Returns the end decoration Node of this Connection, or null.
getEndPoint() - Method in class org.eclipse.gef4.fx.nodes.Connection
Returns the end Point of this Connection 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.
getFill() - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Retrieves the value of the fill property.
getFillRule() - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Retrieves the value of the fill rule property.
getFinishDelayMillis() - Method in class org.eclipse.gef4.fx.gestures.AbstractScrollGesture
Returns the duration in milliseconds that has to pass without receiving a ScrollEvent so that the gesture is assumed to have finished.
getFXCanvas(Control) - Method in class org.eclipse.gef4.fx.swt.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.swt.controls.FXControlAdapter
Returns the FXCanvas which embeds the Scene which contains the given Node.
getFXCanvas(Scene) - Method in class org.eclipse.gef4.fx.swt.controls.FXControlAdapter
Returns the FXCanvas which contains the given Scene.
getFXCanvas(Window) - Method in class org.eclipse.gef4.fx.swt.controls.FXControlAdapter
Returns the FXCanvas which serves as the host container for the given Window.
getGeometricOutline(Node) - Static method in class org.eclipse.gef4.fx.utils.NodeUtils
Returns an IGeometry that corresponds to the geometric outline of the given Node.
getGeometricShape() - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Returns the Shape that is used as a delegate to render the geometry of this GeometryNode.
getGeometry() - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Retrieves the value of the geometry property.
getGridCanvas() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Returns the InfiniteCanvas.GridCanvas that is used to paint the background grid.
getGridCellHeight() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Returns the value of the InfiniteCanvas.gridCellHeightProperty().
getGridCellWidth() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Returns the value of the InfiniteCanvas.gridCellWidthProperty().
getHorizontalScrollBar() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Returns the horizontal ScrollBar, or null if the horizontal ScrollBar was not yet created.
getHorizontalScrollBarPolicy() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Returns the ScrollPane.ScrollBarPolicy that is currently used to decide when to show a horizontal scrollbar.
getHorizontalScrollOffset() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Returns the current horizontal scroll offset.
getId() - Method in class org.eclipse.gef4.fx.anchors.AnchorKey
The String identifier of this AnchorKey.
getImage(Object) - Method in class org.eclipse.gef4.fx.jface.FXPaintLabelProvider
 
getInterpolator() - Method in class org.eclipse.gef4.fx.nodes.Connection
Returns the IConnectionInterpolator of this Connection.
getKeys() - Method in class org.eclipse.gef4.fx.anchors.AbstractAnchor
Returns the Map which stores the registered AnchorKeys per Node by reference.
getLocalToSceneTx(Node) - Static method in class org.eclipse.gef4.fx.utils.NodeUtils
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.
getNearestBoundsProjection(IGeometry, Point) - Static method in class org.eclipse.gef4.fx.anchors.DynamicAnchor.OrthogonalProjectionStrategy
Returns the nearest projection onto the given geometry's rectangular bounds.
getNearestVertex(Point, ICurve) - Method in class org.eclipse.gef4.fx.anchors.DynamicAnchor.ProjectionStrategy
Determines the vertex of the given ICurve which is nearest to the given center Point.
getNearestVertex(Point, IShape) - Method in class org.eclipse.gef4.fx.anchors.DynamicAnchor.ProjectionStrategy
Determines the vertex of the given IShape which is nearest to the given center Point.
getNearestVertex(Point, Path) - Method in class org.eclipse.gef4.fx.anchors.DynamicAnchor.ProjectionStrategy
Determines the vertex of the given Path which is nearest to the given center Point.
getNextOffset(int) - Method in class org.eclipse.gef4.fx.swt.controls.FXAdvancedLinearGradientPicker
Computes the maximum offset for the given stop index.
getNodesAt(Node, double, double) - Static method in class org.eclipse.gef4.fx.utils.NodeUtils
Performs picking on the scene graph beginning at the specified root node and processing its transitive children.
getOutlineGeometry(Node) - Static method in class org.eclipse.gef4.fx.anchors.DynamicAnchor.AbstractComputationStrategy
Creates a geometry representing the outline of the given Node .
getOutlineSegments(IGeometry) - Static method in class org.eclipse.gef4.fx.anchors.DynamicAnchor.AbstractComputationStrategy
Determines the outline of the given IGeometry, represented as a list of ICurves.
getOverlayGroup() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Returns the overlay Group that is rendered above the contents but below the scrollbars.
getOverlayImageView() - Method in class org.eclipse.gef4.fx.nodes.HoverOverlayImageView
Returns the ImageView which displays the overlay Image.
getPaint() - Method in class org.eclipse.gef4.fx.jface.FXPaintSelectionDialog
Returns the currently selected Paint.
getPaintDisplayText(Paint) - Static method in class org.eclipse.gef4.fx.jface.FXPaintUtils
Creates a human-readable string representation for the given Paint value.
getPaintImageData(int, int, Paint) - Static method in class org.eclipse.gef4.fx.jface.FXPaintUtils
Creates a rectangular Image to visualize the given Paint.
getPoint(int) - Method in class org.eclipse.gef4.fx.nodes.Connection
Returns the point at the given index.
getPointerLocation() - Static method in class org.eclipse.gef4.fx.utils.CursorUtils
Returns the current pointer location.
getPoints() - Method in class org.eclipse.gef4.fx.nodes.Connection
Returns the Points constituting this Connection within its coordinate system in the order: start point, control points, end point.
getPosition(AnchorKey) - Method in class org.eclipse.gef4.fx.anchors.AbstractAnchor
 
getPosition(AnchorKey) - Method in interface org.eclipse.gef4.fx.anchors.IAnchor
Provides a position for the given AnchorKey.
getPressed() - Method in class org.eclipse.gef4.fx.gestures.AbstractMouseDragGesture
Returns the currently pressed Node.
getPrevOffset(int) - Method in class org.eclipse.gef4.fx.swt.controls.FXAdvancedLinearGradientPicker
Computes the minimum offset for the given stop index.
getReferencePoint(AnchorKey) - Method in class org.eclipse.gef4.fx.anchors.DynamicAnchor
Returns the reference Point for the given AnchorKey.
getReferencePosition() - Method in class org.eclipse.gef4.fx.anchors.StaticAnchor
Returns the reference position of this StaticAnchor.
getResizedToShapeBounds(Node, IGeometry) - Static method in class org.eclipse.gef4.fx.utils.NodeUtils
Creates a copy of the given IGeometry and resizes it to fit the (corrected) layout-bounds (see NodeUtils.getShapeBounds(Node)) of the given Node.
getRouter() - Method in class org.eclipse.gef4.fx.nodes.Connection
Returns the IConnectionRouter of this Connection.
getScene() - Method in class org.eclipse.gef4.fx.gestures.AbstractGesture
The Scene on which this gesture is registered.
getSceneToLocalTx(Node) - Static method in class org.eclipse.gef4.fx.utils.NodeUtils
Returns the scene-to-local transform for the given Node.
getScrollableBounds() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
getScrollBarGroup() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Returns the Group designated for holding the ScrollBars.
getScrolledOverlayGroup() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Returns the scrolled overlay Group.
getScrolledPane() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Returns the Pane which is translated when scrolling.
getScrolledUnderlayGroup() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Returns the scrolled underlay Group.
getShapeBounds(Node) - Static method in class org.eclipse.gef4.fx.utils.NodeUtils
Returns the layout-bounds of the given Node, which might be adjusted to ensure that it exactly fits the visualization.
getSimpleLinearGradient() - Method in class org.eclipse.gef4.fx.swt.controls.FXSimpleLinearGradientPicker
Returns the currently selected simple gradient.
getStage() - Method in class org.eclipse.gef4.fx.swt.canvas.FXCanvasEx
Returns the stage Window hold by this FXCanvas.
getStartAnchor() - Method in class org.eclipse.gef4.fx.nodes.Connection
Returns the currently assigned start anchor, or null if no start anchor is assigned.
getStartAnchorKey() - Method in class org.eclipse.gef4.fx.nodes.Connection
Returns the start AnchorKey for this Connection.
getStartDecoration() - Method in class org.eclipse.gef4.fx.nodes.Connection
Returns the start decoration Node of this Connection, or null.
getStartPoint() - Method in class org.eclipse.gef4.fx.nodes.Connection
Returns the start Point of this Connection 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.
getStops() - Method in class org.eclipse.gef4.fx.swt.controls.FXAdvancedLinearGradientPicker
Returns a list of the Stops of the currently selected advanced gradient.
getStroke() - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Retrieves the value of the stroke property.
getStrokeDashArray() - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Retrieves the value of the stroke dash array property.
getStrokeDashOffset() - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Retrieves the value of the stroke dash offset property.
getStrokeLineCap() - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Retrieves the value of the stroke line cap property.
getStrokeLineJoin() - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Retrieves the value of the stroke line join property.
getStrokeMiterLimit() - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Retrieves the value of the stroke miter limit property.
getStrokeType() - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Retrieves the value of the stroke type property.
getStrokeWidth() - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Retrieves the value of the stroke width property.
getText(Object) - Method in class org.eclipse.gef4.fx.jface.FXPaintLabelProvider
 
getUnderlayGroup() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Returns the underlay Group.
getVerticalScrollBar() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Returns the vertical ScrollBar, or null if the vertical ScrollBar was not yet created.
getVerticalScrollBarPolicy() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Returns the ScrollPane.ScrollBarPolicy that is currently used to decide when to show a vertical scrollbar.
getVerticalScrollOffset() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Returns the current vertical scroll offset.
GridCanvas() - Constructor for class org.eclipse.gef4.fx.nodes.InfiniteCanvas.GridCanvas
Constructs a new InfiniteCanvas.GridCanvas.
gridCellHeightProperty() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Returns the grid cell height as a (writable) property.
gridCellWidthProperty() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Returns the grid cell width as a (writable) property.
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
1.0.0.201603221726

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