Index
All Classes and Interfaces|All Packages|Constant Field Values
S
- sceneToLocal(Node, IGeometry) - Static method in class org.eclipse.gef.fx.utils.NodeUtils
-
Transforms the given
IGeometry
from scene coordinates to the local coordinate system of the givenNode
. - sceneToLocal(Node, Point) - Static method in class org.eclipse.gef.fx.utils.NodeUtils
-
Transforms the given
Point
from scene coordinates to the local coordinate system of the givenNode
. - scrollableBoundsProperty() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
-
Returns the bounds of the scrollable area in local coordinates of this
InfiniteCanvas
as a (read-only) property. - setAdvancedGradient(LinearGradient) - Method in class org.eclipse.gef.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.gef.fx.utils.NodeUtils
-
Assigns the transformation values of the src
Affine
to the dstAffine
. - setAnchor(AnchorKey, IAnchor) - Method in class org.eclipse.gef.fx.nodes.Connection
- setAnchorage(Node) - Method in class org.eclipse.gef.fx.anchors.AbstractAnchor
-
Sets the anchorage of this
AbstractAnchor
to the given value. - setAnchored(Node) - Method in class org.eclipse.gef.fx.anchors.AnchorKey
-
Sets the anchored
Node
of thisAnchorKey
to the given value. - setAnchors(List<IAnchor>) - Method in class org.eclipse.gef.fx.nodes.Connection
-
Replaces all anchors of this
Connection
with the givenIAnchor
s, i.e. the first givenIAnchor
replaces the currently assigned start anchor, the last givenIAnchor
replaces the currently assigned end anchor, and the intermediateIAnchor
s replace the currently assigned control anchorsByKeys. - setCanvas(FXCanvas) - Method in class org.eclipse.gef.fx.swt.controls.FXControlAdapter
-
Changes the
FXCanvas
in which theControl
is hooked. - setClickableAreaWidth(double) - Method in class org.eclipse.gef.fx.nodes.GeometryNode
-
Sets the value of the property
clickable area width
property. - setClipContent(boolean) - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
-
Sets the value of the
InfiniteCanvas.clipContentProperty()
to the given value. - setColor(Color) - Method in class org.eclipse.gef.fx.swt.controls.FXColorPicker
-
Changes the currently selected
Color
to the given value. - setComputationStrategy(IComputationStrategy) - Method in class org.eclipse.gef.fx.anchors.DynamicAnchor
-
Sets the given
IComputationStrategy
to be used by thisIAnchor
. - setContentTransform(Affine) - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
-
Sets the transformation matrix of the
viewport transform
to the values specified by the givenAffine
. - setControl(T) - Method in class org.eclipse.gef.fx.swt.controls.FXControlAdapter
-
Sets the
Control
of thisFXControlAdapter
to the given value andhooks
orunhooks
theControl
, respectively. - setControlAnchor(int, IAnchor) - Method in class org.eclipse.gef.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.gef.fx.nodes.Connection
- setControlPoint(int, Point) - Method in class org.eclipse.gef.fx.nodes.Connection
-
Sets the control anchor for the given control anchor index to an
StaticAnchor
which yields the givenPoint
. - setControlPoints(List<Point>) - Method in class org.eclipse.gef.fx.nodes.Connection
- setCurve(Node) - Method in class org.eclipse.gef.fx.nodes.Connection
-
Sets the
Node
that is used to render the connection. - setEndAnchor(IAnchor) - Method in class org.eclipse.gef.fx.nodes.Connection
-
Sets the end
IAnchor
of thisConnection
to the given value. - setEndDecoration(Node) - Method in class org.eclipse.gef.fx.nodes.Connection
-
Sets the end decoration
Node
of thisConnection
to the given value. - setEndPoint(Point) - Method in class org.eclipse.gef.fx.nodes.Connection
- setEndPointHint(Point) - Method in class org.eclipse.gef.fx.nodes.Connection
-
Sets the end position hint to the given value.
- setFill(Paint) - Method in class org.eclipse.gef.fx.nodes.GeometryNode
-
Sets the value of the fill property.
- setFillRule(FillRule) - Method in class org.eclipse.gef.fx.nodes.GeometryNode
-
Sets the value of the fill rule property.
- setGeometricShape(Path) - Method in class org.eclipse.gef.fx.nodes.GeometryNode
-
Sets the geometric shape used by this
GeometryNode
. - setGeometry(T) - Method in class org.eclipse.gef.fx.nodes.GeometryNode
-
Sets the
IGeometry
of thisGeometryNode
to the given value. - setGridCellHeight(int) - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
-
Assigns the given value to the
InfiniteCanvas.gridCellHeightProperty()
. - setGridCellWidth(int) - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
-
Assigns the given value to the
InfiniteCanvas.gridCellWidthProperty()
. - setHorizontalScrollBarPolicy(ScrollPane.ScrollBarPolicy) - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
-
Sets the value of the
InfiniteCanvas.horizontalScrollBarPolicyProperty()
to the givenScrollPane.ScrollBarPolicy
. - setHorizontalScrollOffset(double) - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
-
Sets the horizontal scroll offset to the given value.
- setId(String) - Method in class org.eclipse.gef.fx.anchors.AnchorKey
- setInterpolator(IConnectionInterpolator) - Method in class org.eclipse.gef.fx.nodes.Connection
- setPaint(Paint) - Method in class org.eclipse.gef.fx.jface.FXPaintSelectionDialog
-
Changes the currently selected
Paint
to the given value. - setPoints(List<Point>) - Method in class org.eclipse.gef.fx.nodes.Connection
-
Replaces all anchors of this
Connection
with the givenIAnchor
s, i.e. the first givenIAnchor
replaces the currently assigned start anchor, the last givenIAnchor
replaces the currently assigned end anchor, and the intermediateIAnchor
s replace the currently assigned control anchorsByKeys. - setReferencePosition(Point) - Method in class org.eclipse.gef.fx.anchors.StaticAnchor
-
Sets the reference position of this
StaticAnchor
to the given value. - setRouter(IConnectionRouter) - Method in class org.eclipse.gef.fx.nodes.Connection
-
Sets the
IConnectionRouter
of thisConnection
to the given value. - setRoutingData(int, Point, Vector) - Method in class org.eclipse.gef.fx.nodes.AbstractRouter.ControlPointManipulator
-
Initializes this
AbstractRouter.ControlPointManipulator
for the recording of changes. - setScene(Scene) - Method in class org.eclipse.gef.fx.swt.canvas.FXCanvasEx
- setShowGrid(boolean) - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
-
Assigns the given value to the
InfiniteCanvas.showGridProperty()
. - setSimpleLinearGradient(LinearGradient) - Method in class org.eclipse.gef.fx.swt.controls.FXSimpleLinearGradientPicker
-
Changes the currently selected gradient to the given value.
- setSmooth(boolean) - Method in class org.eclipse.gef.fx.nodes.GeometryNode
-
Sets the value of the smooth property.
- setStartAnchor(IAnchor) - Method in class org.eclipse.gef.fx.nodes.Connection
-
Sets the start
IAnchor
of thisConnection
to the given value. - setStartDecoration(Node) - Method in class org.eclipse.gef.fx.nodes.Connection
-
Sets the start decoration
Node
of thisConnection
to the given value. - setStartPoint(Point) - Method in class org.eclipse.gef.fx.nodes.Connection
- setStartPointHint(Point) - Method in class org.eclipse.gef.fx.nodes.Connection
-
Sets the start position hint to the given value.
- setStroke(Paint) - Method in class org.eclipse.gef.fx.nodes.GeometryNode
-
* Sets the value of the stroke property.
- setStrokeDashOffset(double) - Method in class org.eclipse.gef.fx.nodes.GeometryNode
-
Sets the value of the stroke dash offset property.
- setStrokeLineCap(StrokeLineCap) - Method in class org.eclipse.gef.fx.nodes.GeometryNode
-
Sets the value of the stroke line cap property.
- setStrokeLineJoin(StrokeLineJoin) - Method in class org.eclipse.gef.fx.nodes.GeometryNode
-
Sets the value of the stroke line join property.
- setStrokeMiterLimit(double) - Method in class org.eclipse.gef.fx.nodes.GeometryNode
-
Sets the value of the stroke miter limit property.
- setStrokeType(StrokeType) - Method in class org.eclipse.gef.fx.nodes.GeometryNode
-
Sets the value of the stroke type property.
- setStrokeWidth(double) - Method in class org.eclipse.gef.fx.nodes.GeometryNode
-
Sets the value of the stroke width property.
- setVerticalScrollBarPolicy(ScrollPane.ScrollBarPolicy) - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
-
Sets the value of the
InfiniteCanvas.verticalScrollBarPolicyProperty()
to the givenScrollPane.ScrollBarPolicy
. - setVerticalScrollOffset(double) - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
-
Sets the vertical scroll offset to the given value.
- setZoomGrid(boolean) - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
-
Assigns the given value to the
InfiniteCanvas.showGridProperty()
. - Shape2Geometry - Class in org.eclipse.gef.fx.utils
-
The utility class
Shape2Geometry
provides methods for the conversion of JavaFXShape
implementations toIGeometry
implementations. - Shape2Geometry() - Constructor for class org.eclipse.gef.fx.utils.Shape2Geometry
- showGrid() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
-
Enables the background grid.
- showGridProperty() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
-
Returns the
BooleanProperty
that determines if a background grid is shown within thisInfiniteCanvas
. - SIMPLE_LINEAR_GRADIENT_PROPERTY - Static variable in class org.eclipse.gef.fx.swt.controls.FXSimpleLinearGradientPicker
-
Property name used in change events related to
FXSimpleLinearGradientPicker.simpleLinearGradientProperty()
. - simpleLinearGradientProperty() - Method in class org.eclipse.gef.fx.swt.controls.FXSimpleLinearGradientPicker
-
Returns a writable property for the simple linear gradient.
- smoothProperty() - Method in class org.eclipse.gef.fx.nodes.GeometryNode
-
Provides a
Property
holding the smooth value to apply for thisGeometryNode
. - start(BundleContext) - Method in class org.eclipse.gef.fx.FxBundle
- startDecorationProperty() - Method in class org.eclipse.gef.fx.nodes.Connection
-
Returns an
ObjectProperty
wrapping the start decorationNode
. - StaticAnchor - Class in org.eclipse.gef.fx.anchors
-
An
StaticAnchor
provides a position for eachAnchorKey
, based on a reference position relative to the anchorageNode
, to which theStaticAnchor
is bound, or based on a (global) static reference position in case theStaticAnchor
is unbound. - StaticAnchor(Node, Point) - Constructor for class org.eclipse.gef.fx.anchors.StaticAnchor
-
Creates an
StaticAnchor
that is bound to the provided anchorage. - StaticAnchor(Point) - Constructor for class org.eclipse.gef.fx.anchors.StaticAnchor
-
Creates an
StaticAnchor
that is not bound to an anchorageNode
and will always provide the passed in position (in scene coordinates) for all attachedAnchorKey
s (i.e. anchoredNode
s). - stop(BundleContext) - Method in class org.eclipse.gef.fx.FxBundle
- StraightRouter - Class in org.eclipse.gef.fx.nodes
-
The
StraightRouter
is anIConnectionRouter
that leaves theConnection
's control points untouched and only provides reference points for theConnection
's anchors. - StraightRouter() - Constructor for class org.eclipse.gef.fx.nodes.StraightRouter
- strokeDashOffsetProperty() - Method in class org.eclipse.gef.fx.nodes.GeometryNode
-
Provides a
Property
holding the stroke dash offset to apply for thisGeometryNode
. - strokeLineCapProperty() - Method in class org.eclipse.gef.fx.nodes.GeometryNode
-
Provides a
Property
holding the stroke line cap to apply for thisGeometryNode
. - strokeLineJoinProperty() - Method in class org.eclipse.gef.fx.nodes.GeometryNode
-
Provides a
Property
holding the stroke line join to apply for thisGeometryNode
. - strokeMiterLimitProperty() - Method in class org.eclipse.gef.fx.nodes.GeometryNode
-
Provides a
Property
holding the stroke miter limit to apply for thisGeometryNode
. - strokeProperty() - Method in class org.eclipse.gef.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.gef.fx.nodes.GeometryNode
-
Provides a
Property
holding the stroke type to apply for thisGeometryNode
. - strokeWidthProperty() - Method in class org.eclipse.gef.fx.nodes.GeometryNode
-
Provides a
Property
holding the stroke width to apply for thisGeometryNode
.
All Classes and Interfaces|All Packages|Constant Field Values