Uses of Class
com.dlsc.gemsfx.treeview.link.AbstractLinkStrategy
Packages that use AbstractLinkStrategy
-
Uses of AbstractLinkStrategy in com.dlsc.gemsfx.treeview.link
Subclasses of AbstractLinkStrategy in com.dlsc.gemsfx.treeview.linkModifier and TypeClassDescriptionclassALinkStrategythat 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.