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 javafx.scene.Node> transformableContentPart,
AffineTransform finalTransform)
Creates a new
TransformContentOperation for the given
ITransformableContentPart to set the given
AffineTransform . |
TransformVisualOperation(ITransformableContentPart<? extends javafx.scene.Node> transformablePart)
Constructs a new
TransformVisualOperation to change the given
nodeTransform. |
TransformVisualOperation(ITransformableContentPart<? extends javafx.scene.Node> transformablePart,
javafx.scene.transform.Affine newTransform)
Constructs a new
TransformVisualOperation to change the given
nodeTransform. |
Modifier and Type | Interface and Description |
---|---|
interface |
IBendableContentPart<V extends javafx.scene.Node>
An
IContentPart that supports content related bend, i.e. manipulation
of control points. |
Modifier and Type | Method and Description |
---|---|
ITransformableContentPart<? extends javafx.scene.Node> |
TransformPolicy.getHost() |
Copyright (c) 2014, 2016 itemis AG and others. All rights reserved.