documentationfor yFiles for HTML 2.6

Method Return Values

addPlaceNodeAboveConstraint (Object, Object)in ILayerConstraintFactoryAdds a constraint that forces the YNode with ID aboveId to lie above the YNode with ID referenceId.
addPlaceNodeAboveConstraint (Object, Object, number, number?)in ILayerConstraintFactoryAdds a constraint that forces the YNode with ID aboveId to lie at least minDistance layers above the YNode with ID referenceId with a given weight penalty for larger layer differences.
addPlaceNodeAtBottomConstraint (Object)in ILayerConstraintFactoryAdds a constraint that places a YNode on the bottom layer.
addPlaceNodeAtTopConstraint (Object)in ILayerConstraintFactoryAdds a constraint that places a YNode on the topmost layer.
addPlaceNodeBelowConstraint (Object, Object)in ILayerConstraintFactoryAdds a constraint that forces a YNode with ID belowId to lie below the YNode with ID referenceId.
addPlaceNodeBelowConstraint (Object, Object, number, number?)in ILayerConstraintFactoryAdds a constraint that forces the YNode with ID belowId to lie at least minDistance layers below the YNode with ID referenceId with a given weight penalty for larger layer differences.
addPlaceNodeInSameLayerConstraint (Object, Object)in ILayerConstraintFactoryAdds a constraint that forces the YNode with ID sameLayerId to lie in the same layer as the YNode with ID referenceId.