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 

C

changeState(SWT2FXEventConverter.GestureStateType, GestureEvent, TKSceneListener) - Method in class org.eclipse.gef4.fx.swt.gestures.SWT2FXEventConverter
Changes the internal SWT2FXEventConverter.GestureState of the currently performed touch gesture and sends the appropriate events to JavaFX.
clickableAreaWidthProperty() - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Returns a (writable) property that controls the width of the clickable area.
clipAtDecoration(Shape, Shape) - Method in class org.eclipse.gef4.fx.nodes.Connection
Adjusts the curveClip so that the curve node does not paint through the given decoration.
clipContent() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Enables content clipping for this InfiniteCanvas.
clipContentProperty() - Method in class org.eclipse.gef4.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.gef4.fx.swt.controls.FXColorPicker
Property name used in change events related to FXColorPicker.colorProperty().
colorProperty() - Method in class org.eclipse.gef4.fx.swt.controls.FXColorPicker
A writable property for the color controlled by this FXColorPicker.
computationStrategyProperty() - Method in class org.eclipse.gef4.fx.anchors.DynamicAnchor
Returns a ReadOnlyMapProperty that stores the individual DynamicAnchor.IComputationStrategy for each AnchorKey.
computeAnchorageReferencePointInLocal(Node, IGeometry, Point) - Method in class org.eclipse.gef4.fx.anchors.DynamicAnchor.ProjectionStrategy
Computes the anchorage reference position within the coordinate system of the given IGeometry.
computeAnchorageReferencePointInScene(Node, IGeometry, Point) - Method in class org.eclipse.gef4.fx.anchors.DynamicAnchor.ProjectionStrategy
Computes the anchorage reference position in scene coordinates, based on the given anchorage geometry.
computeContentBoundsInLocal() - Method in class org.eclipse.gef4.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.
computeHv(double) - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Converts a horizontal translation distance into the corresponding horizontal scrollbar value.
computeMaxHeight(double) - Method in class org.eclipse.gef4.fx.swt.controls.FXControlAdapter
 
computeMaxWidth(double) - Method in class org.eclipse.gef4.fx.swt.controls.FXControlAdapter
 
computeMinHeight(double) - Method in class org.eclipse.gef4.fx.swt.controls.FXControlAdapter
 
computeMinWidth(double) - Method in class org.eclipse.gef4.fx.swt.controls.FXControlAdapter
 
computePosition(AnchorKey) - Method in class org.eclipse.gef4.fx.anchors.AbstractAnchor
Computes and returns the position for the given AnchorKey.
computePosition(AnchorKey) - Method in class org.eclipse.gef4.fx.anchors.DynamicAnchor
Recomputes the position for the given attached AnchorKey.
computePosition(Node, Point, DynamicAnchor.IComputationStrategy) - Method in class org.eclipse.gef4.fx.anchors.DynamicAnchor
Computes the point of intersection between the outline of the anchorage reference shape and the line through the reference points of anchorage and anchored.
computePosition(AnchorKey) - Method in class org.eclipse.gef4.fx.anchors.StaticAnchor
 
computePositionInScene(Node, Node, Point) - Method in interface org.eclipse.gef4.fx.anchors.DynamicAnchor.IComputationStrategy
Computes an anchor position based on the given anchorage visual, anchored visual, and anchored reference point.
computePositionInScene(Node, Node, Point) - Method in class org.eclipse.gef4.fx.anchors.DynamicAnchor.OrthogonalProjectionStrategy
 
computePositionInScene(Node, Node, Point) - Method in class org.eclipse.gef4.fx.anchors.DynamicAnchor.ProjectionStrategy
 
computePrefHeight(double) - Method in class org.eclipse.gef4.fx.swt.controls.FXControlAdapter
 
computePrefWidth(double) - Method in class org.eclipse.gef4.fx.swt.controls.FXControlAdapter
 
computeScrollableBoundsInLocal() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Computes and returns the bounds of the scrollable area within this InfiniteCanvas.
computeTx(double) - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Converts a horizontal scrollbar value into the corresponding horizontal translation distance.
computeTy(double) - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Converts a vertical scrollbar value into the corresponding vertical translation distance.
computeVv(double) - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Converts a vertical translation distance into the corresponding vertical scrollbar value.
configureShell(Shell) - Method in class org.eclipse.gef4.fx.jface.FXPaintSelectionDialog
 
Connection - Class in org.eclipse.gef4.fx.nodes
A (binary) Connection is a visual curve, 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.gef4.fx.nodes.Connection
Constructs a new Connection whose start and end point are set to null.
contentBoundsProperty() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Provides the visual bounds of the content group in the local coordinate system of this InfiniteCanvas
contentTransformProperty() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Returns the viewport transform as a (read-only) property.
createAdvancedGradientFillControl(Composite) - Method in class org.eclipse.gef4.fx.jface.FXPaintSelectionDialog
Creates a Composite that contains the advanced gradient picker.
createAdvancedLinearGradient(Color, Color, Color) - Static method in class org.eclipse.gef4.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.gef4.fx.swt.canvas.IFXCanvasFactory
Creates an FXCanvas inside of the given Composite.
createColorFillControl(Composite) - Method in class org.eclipse.gef4.fx.jface.FXPaintSelectionDialog
Creates a Composite that contains the simple color picker.
createControl(Composite) - Method in interface org.eclipse.gef4.fx.swt.controls.FXControlAdapter.IControlFactory
Creates the Control as a child of the given Composite .
createDialogArea(Composite) - Method in class org.eclipse.gef4.fx.jface.FXPaintSelectionDialog
 
createGridCanvas() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Creates the InfiniteCanvas.GridCanvas that is used to paint the background grid.
createImageViews() - Method in class org.eclipse.gef4.fx.nodes.HoverOverlayImageView
Creates the ImageViews for the base and overlay image.
createLayers() - Method in class org.eclipse.gef4.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.gef4.fx.jface.FXPaintCellEditor
Creates an ImageData filled with the given Paint.
createPCL(AnchorKey) - Method in class org.eclipse.gef4.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.gef4.fx.nodes.InfiniteCanvas
Creates the Group designated for holding the scrollbars and places the scrollbars in it.
createScrolledLayers() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Returns a list containing the scrolled layers in the visualization of this InfiniteCanvas.
createSimpleGradientFillControl(Composite) - Method in class org.eclipse.gef4.fx.jface.FXPaintSelectionDialog
Creates a Composite that contains the simple gradient picker.
createSimpleLinearGradient(Color, Color) - Static method in class org.eclipse.gef4.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.gef4.fx.swt.controls.FXAdvancedLinearGradientPicker
Creates a new spot for the given offset.
CSS_CLASS_DECORATION - Static variable in class org.eclipse.gef4.fx.nodes.Connection
CSS class assigned to decoration visuals.
CursorUtils - Class in org.eclipse.gef4.fx.utils
The CursorUtils class contains utility methods for determining the current pointer location (CursorUtils.getPointerLocation()) and for forcing a mouse cursor update (CursorUtils.forceCursorUpdate(Scene)).
CursorUtils() - Constructor for class org.eclipse.gef4.fx.utils.CursorUtils
 
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.