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 

S

sceneToLocal(Node, IGeometry) - Static method in class org.eclipse.gef4.fx.utils.NodeUtils
Transforms the given IGeometry from scene coordinates to the local coordinate system of the given Node.
sceneToLocal(Node, Point) - Static method in class org.eclipse.gef4.fx.utils.NodeUtils
Transforms the given Point from scene coordinates to the local coordinate system of the given Node.
scheduleSceneRunnable(SWT2FXEventConverter.ISceneRunnable) - Method in class org.eclipse.gef4.fx.swt.gestures.SWT2FXEventConverter
Schedules the given SWT2FXEventConverter.ISceneRunnable for execution in a privileged runnable on the JavaFX application thread.
scroll(ScrollEvent) - Method in class org.eclipse.gef4.fx.gestures.AbstractScrollGesture
Callback method that is invoked for all but the first ScrollEvent of a scroll gesture.
scrollableBoundsProperty() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Returns the bounds of the scrollable area in local coordinates of this InfiniteCanvas.
scrollFinished() - Method in class org.eclipse.gef4.fx.gestures.AbstractScrollGesture
Callback method that is invoked when the scroll gesture ends, i.e. no ScrollEvent was fired for the number of milliseconds specified in AbstractScrollGesture.DEFAULT_FINISH_DELAY_MILLIS.
scrollStarted(ScrollEvent) - Method in class org.eclipse.gef4.fx.gestures.AbstractScrollGesture
Callback method that is invoked for the first ScrollEvent of a scroll gesture.
sendGestureEventToFx(GestureEvent) - Method in class org.eclipse.gef4.fx.swt.gestures.SWT2FXEventConverter
Converts the given GestureEvent to a corresponding JavaFX event and sends it to the JavaFX scene graph of the FXCanvas which is associated with this SWT2FXEventConverter.
sendMouseHorizontalWheelEventToFx(Event) - Method in class org.eclipse.gef4.fx.swt.gestures.SWT2FXEventConverter
Forwards a given SWT.MouseHorizontalWheel event to JavaFX.
setAdvancedGradient(LinearGradient) - Method in class org.eclipse.gef4.fx.swt.controls.FXAdvancedLinearGradientPicker
Sets the gradient managed by this gradient picker to the given value.
setAffine(Affine, Affine) - Static method in class org.eclipse.gef4.fx.utils.NodeUtils
Assigns the transformation values of the src Affine to the dst Affine.
setAnchorage(Node) - Method in class org.eclipse.gef4.fx.anchors.AbstractAnchor
Sets the anchorage of this AbstractAnchor to the given value.
setAnchored(Node) - Method in class org.eclipse.gef4.fx.anchors.AnchorKey
Sets the anchored Node of this AnchorKey to the given value.
setAnchors(List<IAnchor>) - Method in class org.eclipse.gef4.fx.nodes.Connection
Replaces all anchors of this Connection with the given IAnchors, i.e. the first given IAnchor replaces the currently assigned start anchor, the last given IAnchor replaces the currently assigned end anchor, and the intermediate IAnchors replace the currently assigned control anchors.
setCanvas(FXCanvas) - Method in class org.eclipse.gef4.fx.swt.controls.FXControlAdapter
Changes the FXCanvas in which the Control is hooked.
setClickableAreaWidth(double) - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Sets the value of the property clickable area width property.
setClipContent(boolean) - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Sets the value of the InfiniteCanvas.clipContentProperty() to the given value.
setColor(Color) - Method in class org.eclipse.gef4.fx.swt.controls.FXColorPicker
Changes the currently selected Color to the given value.
setComputationStrategy(AnchorKey, DynamicAnchor.IComputationStrategy) - Method in class org.eclipse.gef4.fx.anchors.DynamicAnchor
Sets the given DynamicAnchor.IComputationStrategy to be used by this DynamicAnchor to compute the position for the given AnchorKey.
setContentTransform(Affine) - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Sets the transformation matrix of the viewport transform to the values specified by the given Affine.
setControl(T) - Method in class org.eclipse.gef4.fx.swt.controls.FXControlAdapter
Sets the Control of this FXControlAdapter to the given value and hooks or unhooks the Control, respectively.
setControlAnchor(int, IAnchor) - Method in class org.eclipse.gef4.fx.nodes.Connection
Sets the control anchor for the given control anchor index to the given IAnchor.
setControlAnchors(List<IAnchor>) - Method in class org.eclipse.gef4.fx.nodes.Connection
Replaces all control anchors of this Connection with the given List of IAnchors.
setControlPoint(int, Point) - Method in class org.eclipse.gef4.fx.nodes.Connection
Sets the control anchor for the given control anchor index to an StaticAnchor which yields the given Point.
setControlPoints(List<Point>) - Method in class org.eclipse.gef4.fx.nodes.Connection
Replaces all control anchors of this Connection with StaticAnchors yielding the given Points.
setDefaultComputationStrategy(DynamicAnchor.IComputationStrategy) - Method in class org.eclipse.gef4.fx.anchors.DynamicAnchor
Sets the given DynamicAnchor.IComputationStrategy for this DynamicAnchor as the default strategy.
setEndAnchor(IAnchor) - Method in class org.eclipse.gef4.fx.nodes.Connection
Sets the end IAnchor of this Connection to the given value.
setEndDecoration(Shape) - Method in class org.eclipse.gef4.fx.nodes.Connection
Sets the end decoration Node of this Connection to the given value.
setEndPoint(Point) - Method in class org.eclipse.gef4.fx.nodes.Connection
Sets the end anchor of this Connection to an StaticAnchor yielding the given Point.
setFill(Paint) - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Sets the value of the fill property.
setFillRule(FillRule) - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Sets the value of the fill rule property.
setGeometry(T) - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Sets the IGeometry of this GeometryNode to the given value.
setGridCellHeight(double) - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Assigns the given value to the InfiniteCanvas.gridCellHeightProperty().
setGridCellWidth(double) - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Assigns the given value to the InfiniteCanvas.gridCellWidthProperty().
setHorizontalScrollBarPolicy(ScrollPane.ScrollBarPolicy) - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Sets the value of the InfiniteCanvas.horizontalScrollBarPolicyProperty() to the given ScrollPane.ScrollBarPolicy.
setHorizontalScrollOffset(double) - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Sets the horizontal scroll offset to the given value.
setId(String) - Method in class org.eclipse.gef4.fx.anchors.AnchorKey
Sets the String identifier of this AnchorKey to the given value.
setInterpolator(IConnectionInterpolator) - Method in class org.eclipse.gef4.fx.nodes.Connection
setPaint(Paint) - Method in class org.eclipse.gef4.fx.jface.FXPaintSelectionDialog
Changes the currently selected Paint to the given value.
setReferencePosition(Point) - Method in class org.eclipse.gef4.fx.anchors.StaticAnchor
Sets the reference position of this StaticAnchor to the given value.
setRouter(IConnectionRouter) - Method in class org.eclipse.gef4.fx.nodes.Connection
Sets the IConnectionRouter of this Connection to the given value.
setScene(Scene) - Method in class org.eclipse.gef4.fx.gestures.AbstractGesture
Sets the Scene for this gesture to the given value.
setScene(Scene) - Method in class org.eclipse.gef4.fx.swt.canvas.FXCanvasEx
 
setShowGrid(boolean) - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Assigns the given value to the InfiniteCanvas.showGridProperty().
setSimpleLinearGradient(LinearGradient) - Method in class org.eclipse.gef4.fx.swt.controls.FXSimpleLinearGradientPicker
Changes the currently selected gradient to the given value.
setSmooth(boolean) - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Sets the value of the smooth property.
setStartAnchor(IAnchor) - Method in class org.eclipse.gef4.fx.nodes.Connection
Sets the start IAnchor of this Connection to the given value.
setStartDecoration(Shape) - Method in class org.eclipse.gef4.fx.nodes.Connection
Sets the start decoration Node of this Connection to the given value.
setStartPoint(Point) - Method in class org.eclipse.gef4.fx.nodes.Connection
Sets the start anchor of this Connection to an StaticAnchor yielding the given Point.
setStroke(Paint) - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
* Sets the value of the stroke property.
setStrokeDashOffset(double) - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Sets the value of the stroke dash offset property.
setStrokeLineCap(StrokeLineCap) - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Sets the value of the stroke line cap property.
setStrokeLineJoin(StrokeLineJoin) - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Sets the value of the stroke line join property.
setStrokeMiterLimit(double) - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Sets the value of the stroke miter limit property.
setStrokeType(StrokeType) - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Sets the value of the stroke type property.
setStrokeWidth(double) - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Sets the value of the stroke width property.
setVerticalScrollBarPolicy(ScrollPane.ScrollBarPolicy) - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Sets the value of the InfiniteCanvas.verticalScrollBarPolicyProperty() to the given ScrollPane.ScrollBarPolicy.
setVerticalScrollOffset(double) - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Sets the vertical scroll offset to the given value.
setZoomGrid(boolean) - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Assigns the given value to the InfiniteCanvas.showGridProperty().
Shape2Geometry - Class in org.eclipse.gef4.fx.utils
The utility class Shape2Geometry provides methods for the conversion of JavaFX Shape implementations to IGeometry implementations.
Shape2Geometry() - Constructor for class org.eclipse.gef4.fx.utils.Shape2Geometry
 
showGrid() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Enables the background grid.
showGridProperty() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Returns the BooleanProperty that determines if a background grid is shown within this InfiniteCanvas.
SIMPLE_LINEAR_GRADIENT_PROPERTY - Static variable in class org.eclipse.gef4.fx.swt.controls.FXSimpleLinearGradientPicker
Property name used in change events related to FXSimpleLinearGradientPicker.simpleLinearGradientProperty().
simpleLinearGradientProperty() - Method in class org.eclipse.gef4.fx.swt.controls.FXSimpleLinearGradientPicker
Returns a writable property for the simple linear gradient.
smoothProperty() - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Provides a Property holding the smooth value to apply for this GeometryNode.
start(BundleContext) - Method in class org.eclipse.gef4.fx.FxBundle
 
StaticAnchor - Class in org.eclipse.gef4.fx.anchors
An StaticAnchor provides a position for each AnchorKey, based on a reference position relative to the anchorage Node, to which the StaticAnchor is bound, or based on a (global) static reference position in case the StaticAnchor is unbound.
StaticAnchor(Node, Point) - Constructor for class org.eclipse.gef4.fx.anchors.StaticAnchor
Creates an StaticAnchor that is bound to the provided anchorage.
StaticAnchor(Point) - Constructor for class org.eclipse.gef4.fx.anchors.StaticAnchor
Creates an StaticAnchor that is not bound to an anchorage Node and will always provide the passed in position (in scene coordinates) for all attached AnchorKeys (i.e. anchored Nodes).
stop(BundleContext) - Method in class org.eclipse.gef4.fx.FxBundle
 
StraightRouter - Class in org.eclipse.gef4.fx.nodes
The StraightRouter is an IConnectionRouter that leaves the Connection's control points untouched and only provides reference points for the Connection's anchors.
StraightRouter() - Constructor for class org.eclipse.gef4.fx.nodes.StraightRouter
 
strokeDashOffsetProperty() - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Provides a Property holding the stroke dash offset to apply for this GeometryNode.
strokeLineCapProperty() - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Provides a Property holding the stroke line cap to apply for this GeometryNode.
strokeLineJoinProperty() - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Provides a Property holding the stroke line join to apply for this GeometryNode.
strokeMiterLimitProperty() - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Provides a Property holding the stroke miter limit to apply for this GeometryNode.
strokeProperty() - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Defines parameters of a stroke that is drawn around the outline of a Shape using the settings of the specified Paint.
strokeTypeProperty() - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Provides a Property holding the stroke type to apply for this GeometryNode.
strokeWidthProperty() - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
Provides a Property holding the stroke width to apply for this GeometryNode.
SWT2FXEventConverter - Class in org.eclipse.gef4.fx.swt.gestures
The SWT2FXEventConverter forwards SWT events to JavaFX.
SWT2FXEventConverter(FXCanvas) - Constructor for class org.eclipse.gef4.fx.swt.gestures.SWT2FXEventConverter
Registers event forwarding for the given FXCanvas.
SWT2FXEventConverter.GestureState - Class in org.eclipse.gef4.fx.swt.gestures
Represents the current SWT2FXEventConverter.GestureState of touch gesture interaction.
SWT2FXEventConverter.ISceneRunnable - Interface in org.eclipse.gef4.fx.swt.gestures
The SWT2FXEventConverter.ISceneRunnable interface provides a callback method that is invoked in a privileged runnable on the JavaFX application thread.
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.