Uses of Interface
com.dlsc.gemsfx.treeview.link.LinkStrategy
Packages that use LinkStrategy
-
Uses of LinkStrategy in com.dlsc.gemsfx.treeview
Methods in com.dlsc.gemsfx.treeview that return LinkStrategyModifier and TypeMethodDescriptionfinal LinkStrategy<T> TreeNodeView.getLinkStrategy()Gets the value of thelinkStrategyproperty.Methods in com.dlsc.gemsfx.treeview that return types with arguments of type LinkStrategyModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<LinkStrategy<T>> TreeNodeView.linkStrategyProperty()Methods in com.dlsc.gemsfx.treeview with parameters of type LinkStrategyModifier and TypeMethodDescriptionfinal voidTreeNodeView.setLinkStrategy(LinkStrategy<T> linkStrategy) Sets the value of thelinkStrategyproperty. -
Uses of LinkStrategy in com.dlsc.gemsfx.treeview.link
Classes in com.dlsc.gemsfx.treeview.link that implement LinkStrategyModifier and TypeClassDescriptionclassAbstract base class forLinkStrategyimplementations.classALinkStrategythat draws a tapered, clock-hand-shaped connector between a parent and a child node.classALinkStrategythat draws a smooth cubic Bézier curve between a parent and a child node, with a directional arrow at the child end.classALinkStrategythat draws a link whose path follows a logarithmic curve.classPolyLineLink<T>ALinkStrategythat draws a right-angle polyline connector between a parent and a child node.classALinkStrategythat draws a quadratic Bézier curve between a parent and a child node, with a directional arrow at the child end.classALinkStrategythat draws a smooth S-curve link using a cubic Bézier approximation of a Catmull-Rom spline.classALinkStrategythat draws a link whose path follows a sine-wave easing curve (specifically a quarter-sine from 0 to π/2).classALinkStrategythat draws a simple straight line between a parent and a child node, with a directional arrow at the child end.