Index
All Classes and Interfaces|All Packages|Constant Field Values
I
- IAnchor - Interface in org.eclipse.gef.fx.anchors
- IComputationStrategy - Interface in org.eclipse.gef.fx.anchors
-
The
IComputationStrategy
is responsible for computing anchor positions based on the anchorageNode
, the anchoredNode
, and respective (strategy-specific)parameters
. - IComputationStrategy.Parameter<T> - Class in org.eclipse.gef.fx.anchors
-
Base class for all computation parameters that can be passed to an
IComputationStrategy
. - IComputationStrategy.Parameter.Kind - Enum Class in org.eclipse.gef.fx.anchors
-
Indicates whether the parameter value can be shared to compute positions of all attached anchors or not.
- IConnectionInterpolator - Interface in org.eclipse.gef.fx.nodes
-
An
IConnectionInterpolator
is responsible for updating theConnection
'scurve node
(which includes to properly clip it at the start and end decorations), as well as for arranging the decorations. - IConnectionRouter - Interface in org.eclipse.gef.fx.nodes
- IFXCanvasFactory - Interface in org.eclipse.gef.fx.swt.canvas
- InfiniteCanvas - Class in org.eclipse.gef.fx.nodes
-
An
InfiniteCanvas
provides a means to render a portion of a hypothetically infinite canvas, on which arbitrary contents can be placed. - InfiniteCanvas() - Constructor for class org.eclipse.gef.fx.nodes.InfiniteCanvas
-
Constructs a new
InfiniteCanvas
. - init() - Method in class org.eclipse.gef.fx.swt.controls.FXControlAdapter
-
Initializes this
FXControlAdapter
. - insertRouterAnchors(Connection) - Method in class org.eclipse.gef.fx.nodes.AbstractRouter
-
Inserts router anchors into the
Connection
. - interpolate(Connection) - Method in class org.eclipse.gef.fx.nodes.AbstractInterpolator
- interpolate(Connection) - Method in interface org.eclipse.gef.fx.nodes.IConnectionInterpolator
-
Interpolates the given
Connection
, i.e updates itscurve node
to reflect a respective geometry. - interpolatorProperty() - Method in class org.eclipse.gef.fx.nodes.Connection
-
Returns the
IConnectionInterpolator
property. - invalidateBinding() - Method in class org.eclipse.gef.fx.anchors.IComputationStrategy.Parameter
-
If this parameter is bound, can be used to invalidate the underlying binding, so that the value is re-computed.
- isAdvancedLinearGradient(Paint) - Static method in class org.eclipse.gef.fx.swt.controls.FXAdvancedLinearGradientPicker
-
Returns
true
if the givenPaint
is considered to be an "advanced" gradient. - isAttached(AnchorKey) - Method in class org.eclipse.gef.fx.anchors.AbstractAnchor
- isAttached(AnchorKey) - Method in interface org.eclipse.gef.fx.anchors.IAnchor
- isClipContent() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
-
Returns the value of the
InfiniteCanvas.clipContentProperty()
. - isConnected(int) - Method in class org.eclipse.gef.fx.nodes.Connection
-
Returns whether the (start, end, or control) anchor at the respective index is connected.
- isConnected(IAnchor) - Method in class org.eclipse.gef.fx.nodes.Connection
-
Return
true
in case the anchor is bound to an anchorage unequal to this connection. - isControlConnected(int) - Method in class org.eclipse.gef.fx.nodes.Connection
-
Returns
true
if the currently assignedcontrol anchor
for the given index is bound to an anchorage. - isEndConnected() - Method in class org.eclipse.gef.fx.nodes.Connection
-
Returns
true
if the currently assignedend anchor
is bound to an anchorage. - isNested(Parent, Node) - Static method in class org.eclipse.gef.fx.utils.NodeUtils
-
Returns true if the given
Node
is contained within the visual hierarchy of the givenParent
. - isOptional() - Method in class org.eclipse.gef.fx.anchors.IComputationStrategy.Parameter
-
Indicates whether this parameter is optional
- isOptional(Class<? extends IComputationStrategy.Parameter<?>>) - Static method in class org.eclipse.gef.fx.anchors.IComputationStrategy.Parameter
-
Returns
true
if an instance of the givenIComputationStrategy.Parameter
type is optional. - isRegistered() - Method in class org.eclipse.gef.fx.listeners.VisualChangeListener
- isResizable() - Method in class org.eclipse.gef.fx.nodes.GeometryNode
- isShowGrid() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
-
Returns the value of the
InfiniteCanvas.showGridProperty()
. - isSimpleLinearGradient(Paint) - Static method in class org.eclipse.gef.fx.swt.controls.FXSimpleLinearGradientPicker
-
Returns
true
if the givenPaint
is a "simple" gradient, i.e. it has exactly 2 stops. - isSmooth() - Method in class org.eclipse.gef.fx.nodes.GeometryNode
-
Retrieves the value of the smooth property.
- isStartConnected() - Method in class org.eclipse.gef.fx.nodes.Connection
-
Returns
true
if the currently assignedstart anchor
is bound to an anchorage. - isZoomGrid() - Method in class org.eclipse.gef.fx.nodes.InfiniteCanvas
-
Returns the value of the
InfiniteCanvas.zoomGridProperty()
.
All Classes and Interfaces|All Packages|Constant Field Values