Index

A B C D E F G H I L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values

C

ChopBoxStrategy - Class in org.eclipse.gef.fx.anchors
A specific projection strategy that is based on a center-projection of the given reference point.
ChopBoxStrategy() - Constructor for class org.eclipse.gef.fx.anchors.ChopBoxStrategy
 
clickableAreaWidthProperty() - Method in class org.eclipse.gef.fx.nodes.GeometryNode
Returns a (writable) property that controls the width of the clickable area.
clipAtDecoration(Shape, Shape, Shape) - Method in class org.eclipse.gef.fx.nodes.AbstractInterpolator
Adjusts the curveClip so that the curve node does not paint through the given decoration.
clipContent() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
Enables content clipping for this InfiniteCanvas.
clipContentProperty() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
Returns the BooleanProperty that determines if this InfiniteCanvas does clipping, i.e. restricts its visibility to its Node.layoutBoundsProperty().
COLOR_PROPERTY - Static variable in class org.eclipse.gef.fx.swt.controls.FXColorPicker
Property name used in change events related to FXColorPicker.colorProperty().
colorProperty() - Method in class org.eclipse.gef.fx.swt.controls.FXColorPicker
A writable property for the color controlled by this FXColorPicker.
computeAnchorageReferencePointInLocal(Node, IGeometry, Point) - Method in class org.eclipse.gef.fx.anchors.ChopBoxStrategy
Computes the anchorage reference position within the coordinate system of the given IGeometry.
computeAnchorageReferencePointInScene(Node, IGeometry, Point) - Method in class org.eclipse.gef.fx.anchors.ChopBoxStrategy
Computes the anchorage reference position in scene coordinates, based on the given anchorage geometry.
computeContentBoundsInLocal() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
Computes the bounds [min-x, min-y, max-x, max-y] surrounding the content group within the coordinate system of this InfiniteCanvas.
computeCurve(Connection) - Method in class org.eclipse.gef.fx.nodes.AbstractInterpolator
Computes an ICurve geometry from the Connection's points, which is used to update the curve node.
computeCurve(Connection) - Method in class org.eclipse.gef.fx.nodes.PolyBezierInterpolator
 
computeCurve(Connection) - Method in class org.eclipse.gef.fx.nodes.PolylineInterpolator
 
computeHv(double) - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
Converts a horizontal translation distance into the corresponding horizontal scrollbar value.
computeMaxHeight(double) - Method in class org.eclipse.gef.fx.swt.controls.FXControlAdapter
 
computeMaxWidth(double) - Method in class org.eclipse.gef.fx.swt.controls.FXControlAdapter
 
computeMinHeight(double) - Method in class org.eclipse.gef.fx.nodes.GeometryNode
 
computeMinHeight(double) - Method in class org.eclipse.gef.fx.swt.controls.FXControlAdapter
 
computeMinWidth(double) - Method in class org.eclipse.gef.fx.nodes.GeometryNode
 
computeMinWidth(double) - Method in class org.eclipse.gef.fx.swt.controls.FXControlAdapter
 
computePosition(AnchorKey) - Method in class org.eclipse.gef.fx.anchors.AbstractAnchor
Recomputes the position for the given attached AnchorKey by delegating to the respective IComputationStrategy.
computePosition(AnchorKey) - Method in class org.eclipse.gef.fx.anchors.DynamicAnchor
Recomputes the position for the given attached AnchorKey by delegating to the respective IComputationStrategy.
computePosition(AnchorKey) - Method in class org.eclipse.gef.fx.anchors.StaticAnchor
 
computePositionInScene(Node, Node, Set<IComputationStrategy.Parameter<?>>) - Method in class org.eclipse.gef.fx.anchors.ChopBoxStrategy
 
computePositionInScene(Node, Node, Set<IComputationStrategy.Parameter<?>>) - Method in interface org.eclipse.gef.fx.anchors.IComputationStrategy
Computes an anchor position based on the given anchorage visual, anchored visual, and anchored reference point.
computePositionInScene(Node, Node, Set<IComputationStrategy.Parameter<?>>) - Method in class org.eclipse.gef.fx.anchors.ProjectionStrategy
 
computePrefHeight(double) - Method in class org.eclipse.gef.fx.nodes.GeometryNode
 
computePrefHeight(double) - Method in class org.eclipse.gef.fx.swt.controls.FXControlAdapter
 
computePrefWidth(double) - Method in class org.eclipse.gef.fx.nodes.GeometryNode
 
computePrefWidth(double) - Method in class org.eclipse.gef.fx.swt.controls.FXControlAdapter
 
computeProjectionInScene(List<ICurve>, Point, Set<IComputationStrategy.Parameter<?>>) - Method in class org.eclipse.gef.fx.anchors.OrthogonalProjectionStrategy
 
computeProjectionInScene(List<ICurve>, Point, Set<IComputationStrategy.Parameter<?>>) - Method in class org.eclipse.gef.fx.anchors.ProjectionStrategy
Computes the anchorage reference position in scene coordinates, based on the given anchorage outlines and the given anchored reference point.
computeScrollableBoundsInLocal() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
Computes and returns the bounds of the scrollable area within this InfiniteCanvas.
computeTx(double) - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
Converts a horizontal scrollbar value into the corresponding horizontal translation distance.
computeTy(double) - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
Converts a vertical scrollbar value into the corresponding vertical translation distance.
computeVv(double) - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
Converts a vertical translation distance into the corresponding vertical scrollbar value.
configureShell(Shell) - Method in class org.eclipse.gef.fx.jface.FXPaintSelectionDialog
 
Connection - Class in org.eclipse.gef.fx.nodes
A (binary) Connection is a visual curveProperty, whose appearance is defined through a single start and end point, and a set of control points, which may be 'connected', i.e. be attached to an IAnchor.
Connection() - Constructor for class org.eclipse.gef.fx.nodes.Connection
Constructs a new Connection whose start and end point are set to null.
contentBoundsProperty() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
Provides the visual bounds of the content group in the local coordinate system of this InfiniteCanvas as a (read-only) property.
contentTransformProperty() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
Returns the viewport transform as a (read-only) property.
ControlPointManipulator(Connection) - Constructor for class org.eclipse.gef.fx.nodes.AbstractRouter.ControlPointManipulator
Constructs a new AbstractRouter.ControlPointManipulator for the given Connection.
createAdvancedGradientFillControl(Composite) - Method in class org.eclipse.gef.fx.jface.FXPaintSelectionDialog
Creates a Composite that contains the advanced gradient picker.
createAdvancedLinearGradient(Color, Color, Color) - Static method in class org.eclipse.gef.fx.swt.controls.FXAdvancedLinearGradientPicker
Creates an "advanced" linear color gradient with 3 stops from the given colors.
createCanvas(Composite, int) - Method in interface org.eclipse.gef.fx.swt.canvas.IFXCanvasFactory
Creates an FXCanvas inside of the given Composite.
createColorFillControl(Composite) - Method in class org.eclipse.gef.fx.jface.FXPaintSelectionDialog
Creates a Composite that contains the simple color picker.
createControl(Composite) - Method in interface org.eclipse.gef.fx.swt.controls.FXControlAdapter.IControlFactory
Creates the Control as a child of the given Composite .
createControlPointManipulator(Connection) - Method in class org.eclipse.gef.fx.nodes.AbstractRouter
Returns a newly created AbstractRouter.ControlPointManipulator that can be used to insert control points into the given Connection.
createDialogArea(Composite) - Method in class org.eclipse.gef.fx.jface.FXPaintSelectionDialog
 
createGrid() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
Creates the Region that renders the grid (when it is enabled).
createGridTile() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
Locate or create an Image that represents a single grid cell/tile.
createImageViews() - Method in class org.eclipse.gef.fx.nodes.HoverOverlayImageView
Creates the ImageViews for the base and overlay image.
createLayers() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
Returns a list containing the top level layers in the visualization of this InfiniteCanvas.
createPaintImage(Control, Paint) - Method in class org.eclipse.gef.fx.jface.FXPaintCellEditor
Creates an ImageData filled with the given Paint.
createPCL(AnchorKey) - Method in class org.eclipse.gef.fx.nodes.Connection
Creates a position change listener (PCL) which refreshes this Connection upon anchor position changes corresponding to the given AnchorKey.
createScrollBarGroup() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
Creates the Group designated for holding the scrollbars and places the scrollbars in it.
createScrolledLayers() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
Returns a list containing the scrolled layers in the visualization of this InfiniteCanvas.
createSimpleGradientFillControl(Composite) - Method in class org.eclipse.gef.fx.jface.FXPaintSelectionDialog
Creates a Composite that contains the simple gradient picker.
createSimpleLinearGradient(Color, Color) - Static method in class org.eclipse.gef.fx.swt.controls.FXSimpleLinearGradientPicker
Creates a simple color gradient from the given start color to the given end color.
createStop(double) - Method in class org.eclipse.gef.fx.swt.controls.FXAdvancedLinearGradientPicker
Creates a new spot for the given offset.
CursorUtils - Class in org.eclipse.gef.fx.utils
The CursorUtils class contains utility methods for determining the current pointer location (CursorUtils.getPointerLocation()).
CursorUtils() - Constructor for class org.eclipse.gef.fx.utils.CursorUtils
 
curveProperty() - Method in class org.eclipse.gef.fx.nodes.Connection
Returns a property wrapping the curve Node.
A B C D E F G H I L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values