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. |
Modifier and Type | Method and Description |
---|---|
java.util.List<IBendableContentPart.BendPoint> |
BendVisualOperation.getFinalBendPoints() |
java.util.List<IBendableContentPart.BendPoint> |
BendVisualOperation.getInitialBendPoints() |
Modifier and Type | Method and Description |
---|---|
void |
BendVisualOperation.setFinalBendPoints(java.util.List<IBendableContentPart.BendPoint> finalBendPoints) |
Constructor and Description |
---|
BendContentOperation(IBendableContentPart<? extends javafx.scene.Node> bendableContentPart,
java.util.List<IBendableContentPart.BendPoint> initialBendPoints,
java.util.List<IBendableContentPart.BendPoint> finalBendPoints)
Creates a new
BendContentOperation to resize the content of the
given IResizableContentPart . |
BendContentOperation(IBendableContentPart<? extends javafx.scene.Node> bendableContentPart,
java.util.List<IBendableContentPart.BendPoint> initialBendPoints,
java.util.List<IBendableContentPart.BendPoint> finalBendPoints)
Creates a new
BendContentOperation to resize the content of the
given IResizableContentPart . |
Modifier and Type | Method and Description |
---|---|
java.util.List<IBendableContentPart.BendPoint> |
IBendableContentPart.getContentBendPoints()
Returns the current
IBendableContentPart.BendPoint s of this
IBendableContentPart 's content. |
default java.util.List<IBendableContentPart.BendPoint> |
IBendableContentPart.getVisualBendPoints()
Returns the current
IBendableContentPart.BendPoint s of this
IBendableContentPart 's visual. |
Modifier and Type | Method and Description |
---|---|
default java.lang.String |
IBendableContentPart.getRole(java.util.List<IBendableContentPart.BendPoint> bendPoints,
int index)
Returns the role that is used to determine the
IAnchor for the
IBendableContentPart.BendPoint at the given index of the given List of
IBendableContentPart.BendPoint s. |
void |
IBendableContentPart.setContentBendPoints(java.util.List<IBendableContentPart.BendPoint> bendPoints)
Bends the content element as specified through the given bend points.
|
default void |
IBendableContentPart.setVisualBendPoints(java.util.List<IBendableContentPart.BendPoint> bendPoints)
Bends the visual as specified by the given bend points.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<IBendableContentPart.BendPoint> |
BendConnectionPolicy.getCurrentBendPoints()
Returns the current control points of the content.
|
protected java.util.List<IBendableContentPart.BendPoint> |
BendConnectionPolicy.getInitialBendPoints()
Returns the initial bend points before bending the content.
|
Copyright (c) 2014, 2016 itemis AG and others. All rights reserved.