Interface LayoutEntity

All Superinterfaces:
Comparable, LayoutItem
All Known Subinterfaces:
NestedLayoutEntity
All Known Implementing Classes:
InternalNode

@Deprecated(since="2.0", forRemoval=true) public interface LayoutEntity extends Comparable, LayoutItem
Deprecated, for removal: This API element is subject to removal in a future version.
Use NodeLayout instead. This interface will be removed in a future release
This represents a single entity, providing the layout algorithms with a common interface to run on.
@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 Details

  • Method Details

    • setLocationInLayout

      @Deprecated void setLocationInLayout(double x, double y)
      Deprecated.
    • setSizeInLayout

      @Deprecated void setSizeInLayout(double width, double height)
      Deprecated.
    • getXInLayout

      @Deprecated double getXInLayout()
      Deprecated.
    • getYInLayout

      @Deprecated double getYInLayout()
      Deprecated.
    • getWidthInLayout

      @Deprecated double getWidthInLayout()
      Deprecated.
    • getHeightInLayout

      @Deprecated double getHeightInLayout()
      Deprecated.
    • getLayoutInformation

      @Deprecated Object getLayoutInformation()
      Deprecated.
    • setLayoutInformation

      @Deprecated void setLayoutInformation(Object internalEntity)
      Deprecated.
    • populateLayoutConstraint

      @Deprecated void populateLayoutConstraint(LayoutConstraint constraint)
      Deprecated.
      Classes should update the specified layout constraint if recognized