Uses of Enum
com.dlsc.gemsfx.treeview.TreeNodeView.LayoutDirection
Packages that use TreeNodeView.LayoutDirection
Package
Description
Provides model, control, cell, and skin classes for displaying hierarchical tree nodes.
Provides link strategies for drawing connections in
TreeNodeView.-
Uses of TreeNodeView.LayoutDirection in com.dlsc.gemsfx.treeview
Subclasses with type arguments of type TreeNodeView.LayoutDirection in com.dlsc.gemsfx.treeviewModifier and TypeClassDescriptionstatic enumSpecifies the direction in which the tree grows from its root.Methods in com.dlsc.gemsfx.treeview that return TreeNodeView.LayoutDirectionModifier and TypeMethodDescriptionTreeNodeView.getLayoutDirection()Gets the value of thelayoutDirectionproperty.static TreeNodeView.LayoutDirectionReturns the enum constant of this type with the specified name.static TreeNodeView.LayoutDirection[]TreeNodeView.LayoutDirection.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.dlsc.gemsfx.treeview that return types with arguments of type TreeNodeView.LayoutDirectionModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<TreeNodeView.LayoutDirection> TreeNodeView.layoutDirectionProperty()Controls the direction in which the tree is laid out.Methods in com.dlsc.gemsfx.treeview with parameters of type TreeNodeView.LayoutDirectionModifier and TypeMethodDescriptionfinal voidTreeNodeView.setLayoutDirection(TreeNodeView.LayoutDirection layoutDirection) Sets the value of thelayoutDirectionproperty. -
Uses of TreeNodeView.LayoutDirection in com.dlsc.gemsfx.treeview.link
Methods in com.dlsc.gemsfx.treeview.link with parameters of type TreeNodeView.LayoutDirectionModifier and TypeMethodDescriptionprotected voidAbstractLinkStrategy.calculateEndPoints(TreeNodeView.LayoutDirection direction, javafx.geometry.Point2D parentPoint, double parentW, double parentH, javafx.geometry.Point2D childPoint, double childW, double childH, double nodeLineGap) Calculates the link endpoints for the given parent and child nodes.protected abstract ArrayList<javafx.scene.Node> AbstractLinkStrategy.drawLink(TreeNodeView.LayoutDirection direction, double maxDimensionInLine, double startX, double startY, double endX, double endY, double vgap, double hgap) Draws the link for the given start and end coordinates.protected ArrayList<javafx.scene.Node> ClockHandLinkStrategy.drawLink(TreeNodeView.LayoutDirection direction, double maxDimensionInLine, double startX, double startY, double endX, double endY, double vgap, double hgap) Draws the link for the given start and end coordinates.protected ArrayList<javafx.scene.Node> CurvedLineLink.drawLink(TreeNodeView.LayoutDirection direction, double maxDimensionInLine, double startX, double startY, double endX, double endY, double vgap, double hgap) Draws the link for the given start and end coordinates.protected ArrayList<javafx.scene.Node> LogarithmicLink.drawLink(TreeNodeView.LayoutDirection direction, double maxDimensionInLine, double startX, double startY, double endX, double endY, double vgap, double hgap) Draws the link for the given start and end coordinates.protected ArrayList<javafx.scene.Node> PolyLineLink.drawLink(TreeNodeView.LayoutDirection direction, double maxDimensionInLine, double startX, double startY, double endX, double endY, double vgap, double hgap) Draws the link for the given start and end coordinates.protected ArrayList<javafx.scene.Node> QuadCurveLink.drawLink(TreeNodeView.LayoutDirection direction, double maxDimensionInLine, double startX, double startY, double endX, double endY, double vgap, double hgap) Draws the link for the given start and end coordinates.protected ArrayList<javafx.scene.Node> SimpleCatmullRomLink.drawLink(TreeNodeView.LayoutDirection direction, double maxDimensionInLine, double startX, double startY, double endX, double endY, double vgap, double hgap) Draws the link for the given start and end coordinates.protected ArrayList<javafx.scene.Node> SineWaveDecayLink.drawLink(TreeNodeView.LayoutDirection direction, double maxDimensionInLine, double startX, double startY, double endX, double endY, double vgap, double hgap) Draws the link for the given start and end coordinates.protected ArrayList<javafx.scene.Node> StraightLineLink.drawLink(TreeNodeView.LayoutDirection direction, double maxDimensionInLine, double startX, double startY, double endX, double endY, double vgap, double hgap) Draws the link for the given start and end coordinates.ArrayList<javafx.scene.Node> AbstractLinkStrategy.drawNodeLink(TreeNodeView.LayoutDirection direction, double maxDimensionInLine, TreeNode<T> parent, javafx.geometry.Point2D parentPoint, double parentW, double parentH, TreeNode<T> child, javafx.geometry.Point2D childPoint, double childW, double childH, double nodeLineGap, double vgap, double hgap) Draws the link between the given parent and child nodes.ArrayList<javafx.scene.Node> LinkStrategy.drawNodeLink(TreeNodeView.LayoutDirection direction, double maxDimensionInLine, TreeNode<T> parent, javafx.geometry.Point2D parentPoint, double parentW, double parentH, TreeNode<T> child, javafx.geometry.Point2D childPoint, double childW, double childH, double nodeLineGap, double vgap, double hgap) Draw node/path connections