Class InternalNode
java.lang.Object
org.eclipse.zest.layouts.dataStructures.InternalNode
- All Implemented Interfaces:
Comparable,LayoutEntity,LayoutItem
@Deprecated(since="2.0",
forRemoval=true)
public class InternalNode
extends Object
implements Comparable, LayoutEntity
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 Summary
Fields inherited from interface org.eclipse.zest.layouts.LayoutEntity
ATTR_PREFERRED_HEIGHT, ATTR_PREFERRED_WIDTH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.getAttributeInLayout(Object attribute) Deprecated.doubleDeprecated.doubleDeprecated.doublegetDx()Deprecated.doublegetDy()Deprecated.Deprecated.doubleDeprecated.doubleDeprecated.Deprecated.doubleDeprecated.doubleDeprecated.doubleDeprecated.Deprecated.Deprecated.doubleDeprecated.doubleDeprecated.doubleDeprecated.doubleDeprecated.doubleDeprecated.doubleDeprecated.doubleDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.voidpopulateLayoutConstraint(LayoutConstraint constraint) Deprecated.voidsetAttributeInLayout(Object attribute, Object value) Deprecated.voidsetDx(double x) Deprecated.voidsetDy(double y) Deprecated.voidDeprecated.voidsetInternalLocation(double x, double y) Deprecated.voidsetInternalSize(double width, double height) Deprecated.voidsetLayoutInformation(Object internalEntity) Deprecated.voidsetLocation(double x, double y) Deprecated.voidsetLocationInLayout(double x, double y) Deprecated.voidsetSize(double width, double height) Deprecated.voidsetSizeInLayout(double width, double height) Deprecated.toString()Deprecated.
-
Constructor Details
-
InternalNode
Deprecated.
-
-
Method Details
-
getLayoutEntity
Deprecated. -
getPreferredX
Deprecated. -
getPreferredY
Deprecated. -
hasPreferredLocation
Deprecated. -
setDx
Deprecated. -
setDy
Deprecated. -
getDx
Deprecated. -
getDy
Deprecated. -
getCurrentX
Deprecated. -
getCurrentY
Deprecated. -
setLocation
Deprecated. -
setSize
Deprecated. -
setInternalLocation
Deprecated. -
getInternalLocation
Deprecated. -
setInternalSize
Deprecated. -
getInternalX
Deprecated. -
getInternalY
Deprecated. -
getInternalWidth
Deprecated. -
getInternalHeight
Deprecated. -
setAttributeInLayout
Deprecated.An algorithm may require a place to store information. Use this structure for that purpose. -
getAttributeInLayout
Deprecated.An algorithm may require a place to store information. Use this structure for that purpose. -
hasPreferredWidth
Deprecated. -
getPreferredWidth
Deprecated. -
hasPreferredHeight
Deprecated. -
getPreferredHeight
Deprecated. -
compareTo
Deprecated.- Specified by:
compareToin interfaceComparable
-
toString
Deprecated. -
getHeightInLayout
Deprecated.- Specified by:
getHeightInLayoutin interfaceLayoutEntity
-
getLayoutInformation
Deprecated.- Specified by:
getLayoutInformationin interfaceLayoutEntity
-
getWidthInLayout
Deprecated.- Specified by:
getWidthInLayoutin interfaceLayoutEntity
-
getXInLayout
Deprecated.- Specified by:
getXInLayoutin interfaceLayoutEntity
-
getYInLayout
Deprecated.- Specified by:
getYInLayoutin interfaceLayoutEntity
-
populateLayoutConstraint
Deprecated.Description copied from interface:LayoutEntityClasses should update the specified layout constraint if recognized- Specified by:
populateLayoutConstraintin interfaceLayoutEntity
-
setLayoutInformation
Deprecated.- Specified by:
setLayoutInformationin interfaceLayoutEntity
-
setLocationInLayout
Deprecated.- Specified by:
setLocationInLayoutin interfaceLayoutEntity
-
setSizeInLayout
Deprecated.- Specified by:
setSizeInLayoutin interfaceLayoutEntity
-
getGraphData
Deprecated.- Specified by:
getGraphDatain interfaceLayoutItem
-
setGraphData
Deprecated.- Specified by:
setGraphDatain interfaceLayoutItem
-