Package org.eclipse.zest.layouts
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.
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 Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondoubleDeprecated.Deprecated.doubleDeprecated.doubleDeprecated.doubleDeprecated.voidpopulateLayoutConstraint(LayoutConstraint constraint) Deprecated.voidsetLayoutInformation(Object internalEntity) Deprecated.voidsetLocationInLayout(double x, double y) Deprecated.voidsetSizeInLayout(double width, double height) Deprecated.Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface org.eclipse.zest.layouts.LayoutItem
getGraphData, setGraphData
-
Field Details
-
ATTR_PREFERRED_WIDTH
Deprecated.- See Also:
-
ATTR_PREFERRED_HEIGHT
Deprecated.- See Also:
-
-
Method Details
-
setLocationInLayout
Deprecated. -
setSizeInLayout
Deprecated. -
getXInLayout
Deprecated. -
getYInLayout
Deprecated. -
getWidthInLayout
Deprecated. -
getHeightInLayout
Deprecated. -
getLayoutInformation
Deprecated. -
setLayoutInformation
Deprecated. -
populateLayoutConstraint
Deprecated.Classes should update the specified layout constraint if recognized
-
NodeLayoutinstead. This interface will be removed in a future release