| Package | Description |
|---|---|
| org.eclipse.gef.mvc.fx.operations |
This package contains all
IUndoableOperation
implementations contributed by MVC.FX. |
| org.eclipse.gef.mvc.fx.parts |
This package contains all JavaFX-specific
IContentPart,
IVisualPart,
IFeedbackPart, and
IHandlePart implementations and related
classes. |
| org.eclipse.gef.mvc.fx.policies |
This package contains all
IPolicy
implementations contributed by MVC.FX. |
| Constructor and Description |
|---|
TransformContentOperation(ITransformableContentPart<? extends Node> transformableContentPart,
AffineTransform finalTransform)
Creates a new
TransformContentOperation for the given
ITransformableContentPart to set the given
AffineTransform. |
TransformVisualOperation(ITransformableContentPart<? extends Node> transformablePart)
Constructs a new
TransformVisualOperation to change the given
nodeTransform. |
TransformVisualOperation(ITransformableContentPart<? extends Node> transformablePart,
Affine newTransform)
Constructs a new
TransformVisualOperation to change the given
nodeTransform. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IBendableContentPart<V extends Node>
An
IContentPart that supports content related bend, i.e. manipulation
of control points. |
| Modifier and Type | Method and Description |
|---|---|
ITransformableContentPart<? extends Node> |
TransformPolicy.getHost() |
Copyright (c) 2014, 2016 itemis AG and others. All rights reserved.