Class BasicEntityConstraint

java.lang.Object
org.eclipse.zest.layouts.constraints.BasicEntityConstraint
All Implemented Interfaces:
LayoutConstraint

@Deprecated(since="2.0", forRemoval=true) public class BasicEntityConstraint extends Object implements LayoutConstraint
Deprecated, for removal: This API element is subject to removal in a future version.
No longer used in Zest 2.x. This class will be removed in a future release.
@noextend
This class is not intended to be subclassed by clients.
@noreference
This class is not intended to be referenced by clients.
@noinstantiate
This class is not intended to be instantiated by clients.
  • Field Details

    • hasPreferredLocation

      @Deprecated public boolean hasPreferredLocation
      Deprecated.
    • preferredX

      @Deprecated public double preferredX
      Deprecated.
    • preferredY

      @Deprecated public double preferredY
      Deprecated.
    • hasPreferredSize

      @Deprecated public boolean hasPreferredSize
      Deprecated.
    • preferredWidth

      @Deprecated public double preferredWidth
      Deprecated.
    • preferredHeight

      @Deprecated public double preferredHeight
      Deprecated.
  • Constructor Details

    • BasicEntityConstraint

      @Deprecated public BasicEntityConstraint()
      Deprecated.
  • Method Details

    • clear

      @Deprecated public void clear()
      Deprecated.
      Description copied from interface: LayoutConstraint
      This method clears all the fields of the layout constraints. This should not be called outside the layout package
      Specified by:
      clear in interface LayoutConstraint