Interface LayoutConstraint
- All Known Implementing Classes:
- BasicEdgeConstraints,- BasicEntityConstraint,- EntityPriorityConstraint,- LabelLayoutConstraint
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 SummaryModifier and TypeMethodDescriptionvoidclear()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- 
clearvoid 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
 
-