Uses of Class
org.eclipse.gef.mvc.fx.parts.IBendableContentPart.BendPoint
Packages that use IBendableContentPart.BendPoint
Package
Description
This package contains all
IUndoableOperation
implementations contributed by MVC.FX.This package contains all JavaFX-specific
IContentPart
,
IVisualPart
,
IFeedbackPart
, and
IHandlePart
implementations and related
classes.This package contains all
IPolicy
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.BendPointModifier and TypeMethodDescriptionBendVisualOperation.getFinalBendPoints()
BendVisualOperation.getInitialBendPoints()
Method parameters in org.eclipse.gef.mvc.fx.operations with type arguments of type IBendableContentPart.BendPointModifier and TypeMethodDescriptionvoid
BendVisualOperation.setFinalBendPoints
(List<IBendableContentPart.BendPoint> finalBendPoints) Constructor parameters in org.eclipse.gef.mvc.fx.operations with type arguments of type IBendableContentPart.BendPointModifierConstructorDescriptionBendContentOperation
(IBendableContentPart<? extends Node> bendableContentPart, List<IBendableContentPart.BendPoint> initialBendPoints, 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.BendPointModifier and TypeMethodDescriptionIBendableContentPart.getContentBendPoints()
Returns the currentIBendableContentPart.BendPoint
s of thisIBendableContentPart
's content.default 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.BendPointModifier and TypeMethodDescriptiondefault String
IBendableContentPart.getRole
(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
(List<IBendableContentPart.BendPoint> bendPoints) Bends the content element as specified through the given bend points.default void
IBendableContentPart.setVisualBendPoints
(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.BendPointModifier and TypeMethodDescriptionprotected List<IBendableContentPart.BendPoint>
BendConnectionPolicy.getCurrentBendPoints()
Returns the current control points of the content.protected List<IBendableContentPart.BendPoint>
BendConnectionPolicy.getInitialBendPoints()
Returns the initial bend points before bending the content.