Interface LayoutStyles


@Deprecated(since="2.0", forRemoval=true) public interface LayoutStyles
Deprecated, for removal: This API element is subject to removal in a future version.
Since Zest 2.0, layout styles are set on the individual layout algorithms (e.g. TreeLayoutAlgorithm.isResizing()). 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.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
    Some layouts may prefer to expand their bounds beyond those of the requested bounds.
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
    Layout constant indicating that the layout algorithm should NOT resize any of the nodes.
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
    Default layout style constant.
  • Field Details

    • NONE

      static final int NONE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Default layout style constant.
      See Also:
    • NO_LAYOUT_NODE_RESIZING

      static final int NO_LAYOUT_NODE_RESIZING
      Deprecated, for removal: This API element is subject to removal in a future version.
      Layout constant indicating that the layout algorithm should NOT resize any of the nodes.
      See Also:
    • ENFORCE_BOUNDS

      static final int ENFORCE_BOUNDS
      Deprecated, for removal: This API element is subject to removal in a future version.
      Some layouts may prefer to expand their bounds beyond those of the requested bounds. This flag asks the layout not to do so.
      See Also: