Interface LayoutConstraint

All Known Implementing Classes:
BasicEdgeConstraints, BasicEntityConstraint, EntityPriorityConstraint, LabelLayoutConstraint

@Deprecated(since="2.0", forRemoval=true) public interface LayoutConstraint
Deprecated, for removal: This API element is subject to removal in a future version.
No longer used in Zest 2.x. This interface will be removed in a future release.
@noextend
This interface is not intended to be extended by clients.
@noimplement
This interface is not intended to be implemented by clients.
@noreference
This interface is not intended to be referenced by clients.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    This method clears all the fields of the layout constraints.
  • Method Details

    • clear

      void clear()
      Deprecated, for removal: This API element is subject to removal in a future version.
      This method clears all the fields of the layout constraints. This should not be called outside the layout package