Uses of Class
org.eclipse.gef.mvc.fx.parts.IBendableContentPart.BendPoint
-
Packages that use IBendableContentPart.BendPoint Package Description org.eclipse.gef.mvc.fx.operations This package contains allIUndoableOperation
implementations contributed by MVC.FX.org.eclipse.gef.mvc.fx.parts This package contains all JavaFX-specificIContentPart
,IVisualPart
,IFeedbackPart
, andIHandlePart
implementations and related classes.org.eclipse.gef.mvc.fx.policies This package contains allIPolicy
implementations contributed by MVC.FX. -
-
Uses of IBendableContentPart.BendPoint in org.eclipse.gef.mvc.fx.operations
Methods in org.eclipse.gef.mvc.fx.operations that return types with arguments of type IBendableContentPart.BendPoint Modifier and Type Method Description java.util.List<IBendableContentPart.BendPoint>
BendVisualOperation. getFinalBendPoints()
java.util.List<IBendableContentPart.BendPoint>
BendVisualOperation. getInitialBendPoints()
Method parameters in org.eclipse.gef.mvc.fx.operations with type arguments of type IBendableContentPart.BendPoint Modifier and Type Method Description void
BendVisualOperation. setFinalBendPoints(java.util.List<IBendableContentPart.BendPoint> finalBendPoints)
Constructor parameters in org.eclipse.gef.mvc.fx.operations with type arguments of type IBendableContentPart.BendPoint Constructor Description BendContentOperation(IBendableContentPart<? extends javafx.scene.Node> bendableContentPart, java.util.List<IBendableContentPart.BendPoint> initialBendPoints, java.util.List<IBendableContentPart.BendPoint> finalBendPoints)
Creates a newBendContentOperation
to resize the content of the givenIResizableContentPart
. -
Uses of IBendableContentPart.BendPoint in org.eclipse.gef.mvc.fx.parts
Methods in org.eclipse.gef.mvc.fx.parts that return types with arguments of type IBendableContentPart.BendPoint Modifier and Type Method Description java.util.List<IBendableContentPart.BendPoint>
IBendableContentPart. getContentBendPoints()
Returns the currentIBendableContentPart.BendPoint
s of thisIBendableContentPart
's content.default java.util.List<IBendableContentPart.BendPoint>
IBendableContentPart. getVisualBendPoints()
Returns the currentIBendableContentPart.BendPoint
s of thisIBendableContentPart
's visual.Method parameters in org.eclipse.gef.mvc.fx.parts with type arguments of type IBendableContentPart.BendPoint Modifier and Type Method Description default java.lang.String
IBendableContentPart. getRole(java.util.List<IBendableContentPart.BendPoint> bendPoints, int index)
Returns the role that is used to determine theIAnchor
for theIBendableContentPart.BendPoint
at the given index of the givenList
ofIBendableContentPart.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. -
Uses of IBendableContentPart.BendPoint in org.eclipse.gef.mvc.fx.policies
Methods in org.eclipse.gef.mvc.fx.policies that return types with arguments of type IBendableContentPart.BendPoint Modifier and Type Method 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.
-