documentationfor yFiles for HTML 2.6

Method Parameters

addAlignmentConstraint (OrganicLayoutConstraintOrientation, number?)in OrganicConstraintDataAdds constraints that cause the given nodes to align parallel to the specified axis.
addFixedDistances (OrganicLayoutConstraintOrientation)in OrganicConstraintDataAdds constraints to fix the positions of the specified nodes in relation to one another along one coordinate axis.
addMaximumDistance (INode, INode, number, OrganicLayoutConstraintOrientation)in OrganicConstraintDataAdds constraints that enforce a maximum vertical or horizontal distance between the given nodes.
addOrderConstraint (OrganicLayoutConstraintOrientation)in OrganicConstraintDataAdds constraints that cause the given nodes to be placed along the specified axis in the order they are given.
addRegularAlignmentConstraint (OrganicLayoutConstraintOrientation, number?)in OrganicConstraintDataAdds constraints that cause the given nodes to be aligned parallel to the specified axis.
addSeparationConstraint (OrganicLayoutConstraintOrientation, number)in OrganicConstraintDataAdds constraints that enforce a minimum distance between two sets of nodes.
addAlignmentConstraint (IList<Object>, OrganicLayoutConstraintOrientation)in OrganicLayoutConstraintFactoryAdds constraints that cause the given nodes to align parallel to the specified axis.
addAlignmentConstraint (IList<Object>, OrganicLayoutConstraintOrientation, number)in OrganicLayoutConstraintFactoryAdds constraints that cause the given nodes to align parallel to the specified axis.
addFixedDistances (IList<Object>, OrganicLayoutConstraintOrientation)in OrganicLayoutConstraintFactoryAdds constraints to fix the positions of the specified nodes in relation to one another along one coordinate axis.
addMaximumDistanceConstraint (Object, Object, number, OrganicLayoutConstraintOrientation)in OrganicLayoutConstraintFactoryAdds constraints that enforce a maximum vertical or horizontal distance between the given nodes.
addOrderConstraint (IList<Object>, OrganicLayoutConstraintOrientation)in OrganicLayoutConstraintFactoryAdds constraints that cause the given nodes to be placed along the specified axis in the order they are given.
addRegularAlignmentConstraint (IList<Object>, OrganicLayoutConstraintOrientation)in OrganicLayoutConstraintFactoryAdds constraints that cause the given nodes to be aligned parallel to the specified axis.
addRegularAlignmentConstraint (IList<Object>, OrganicLayoutConstraintOrientation, number)in OrganicLayoutConstraintFactoryAdds constraints that cause the given nodes to be aligned parallel to the specified axis.
addSeparationConstraint (IList<Object>, IList<Object>, OrganicLayoutConstraintOrientation, number)in OrganicLayoutConstraintFactoryAdds constraints that enforce a minimum distance between two sets of nodes.
from (OrganicLayoutConstraintOrientation)in OrganicLayoutConstraintOrientationConverts the argument to OrganicLayoutConstraintOrientation.