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 SummaryFields inherited from interface org.eclipse.zest.layouts.LayoutEntityATTR_PREFERRED_HEIGHT, ATTR_PREFERRED_WIDTH
- 
Constructor SummaryConstructorsConstructorDescriptionInternalNode(LayoutEntity entity) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptionintDeprecated, for removal: This API element is subject to removal in a future version.getAttributeInLayout(Object attribute) Deprecated, for removal: This API element is subject to removal in a future version.An algorithm may require a place to store information.doubleDeprecated, for removal: This API element is subject to removal in a future version.doubleDeprecated, for removal: This API element is subject to removal in a future version.doublegetDx()Deprecated, for removal: This API element is subject to removal in a future version.doublegetDy()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.doubleDeprecated, for removal: This API element is subject to removal in a future version.doubleDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.doubleDeprecated, for removal: This API element is subject to removal in a future version.doubleDeprecated, for removal: This API element is subject to removal in a future version.doubleDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.doubleDeprecated, for removal: This API element is subject to removal in a future version.doubleDeprecated, for removal: This API element is subject to removal in a future version.doubleDeprecated, for removal: This API element is subject to removal in a future version.doubleDeprecated, for removal: This API element is subject to removal in a future version.doubleDeprecated, for removal: This API element is subject to removal in a future version.doubleDeprecated, for removal: This API element is subject to removal in a future version.doubleDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.voidpopulateLayoutConstraint(LayoutConstraint constraint) Deprecated, for removal: This API element is subject to removal in a future version.Classes should update the specified layout constraint if recognizedvoidsetAttributeInLayout(Object attribute, Object value) Deprecated, for removal: This API element is subject to removal in a future version.An algorithm may require a place to store information.voidsetDx(double x) Deprecated, for removal: This API element is subject to removal in a future version.voidsetDy(double y) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidsetInternalLocation(double x, double y) Deprecated, for removal: This API element is subject to removal in a future version.voidsetInternalSize(double width, double height) Deprecated, for removal: This API element is subject to removal in a future version.voidsetLayoutInformation(Object internalEntity) Deprecated, for removal: This API element is subject to removal in a future version.voidsetLocation(double x, double y) Deprecated, for removal: This API element is subject to removal in a future version.voidsetLocationInLayout(double x, double y) Deprecated, for removal: This API element is subject to removal in a future version.voidsetSize(double width, double height) Deprecated, for removal: This API element is subject to removal in a future version.voidsetSizeInLayout(double width, double height) Deprecated, for removal: This API element is subject to removal in a future version.toString()Deprecated, for removal: This API element is subject to removal in a future version.
- 
Constructor Details- 
InternalNodeDeprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
getLayoutEntityDeprecated, for removal: This API element is subject to removal in a future version.
- 
getPreferredXpublic double getPreferredX()Deprecated, for removal: This API element is subject to removal in a future version.
- 
getPreferredYpublic double getPreferredY()Deprecated, for removal: This API element is subject to removal in a future version.
- 
hasPreferredLocationpublic boolean hasPreferredLocation()Deprecated, for removal: This API element is subject to removal in a future version.
- 
setDxpublic void setDx(double x) Deprecated, for removal: This API element is subject to removal in a future version.
- 
setDypublic void setDy(double y) Deprecated, for removal: This API element is subject to removal in a future version.
- 
getDxpublic double getDx()Deprecated, for removal: This API element is subject to removal in a future version.
- 
getDypublic double getDy()Deprecated, for removal: This API element is subject to removal in a future version.
- 
getCurrentXpublic double getCurrentX()Deprecated, for removal: This API element is subject to removal in a future version.
- 
getCurrentYpublic double getCurrentY()Deprecated, for removal: This API element is subject to removal in a future version.
- 
setLocationpublic void setLocation(double x, double y) Deprecated, for removal: This API element is subject to removal in a future version.
- 
setSizepublic void setSize(double width, double height) Deprecated, for removal: This API element is subject to removal in a future version.
- 
setInternalLocationpublic void setInternalLocation(double x, double y) Deprecated, for removal: This API element is subject to removal in a future version.
- 
getInternalLocationDeprecated, for removal: This API element is subject to removal in a future version.
- 
setInternalSizepublic void setInternalSize(double width, double height) Deprecated, for removal: This API element is subject to removal in a future version.
- 
getInternalXpublic double getInternalX()Deprecated, for removal: This API element is subject to removal in a future version.
- 
getInternalYpublic double getInternalY()Deprecated, for removal: This API element is subject to removal in a future version.
- 
getInternalWidthpublic double getInternalWidth()Deprecated, for removal: This API element is subject to removal in a future version.
- 
getInternalHeightpublic double getInternalHeight()Deprecated, for removal: This API element is subject to removal in a future version.
- 
setAttributeInLayoutDeprecated, for removal: This API element is subject to removal in a future version.An algorithm may require a place to store information. Use this structure for that purpose.
- 
getAttributeInLayoutDeprecated, for removal: This API element is subject to removal in a future version.An algorithm may require a place to store information. Use this structure for that purpose.
- 
hasPreferredWidthpublic boolean hasPreferredWidth()Deprecated, for removal: This API element is subject to removal in a future version.
- 
getPreferredWidthpublic double getPreferredWidth()Deprecated, for removal: This API element is subject to removal in a future version.
- 
hasPreferredHeightpublic boolean hasPreferredHeight()Deprecated, for removal: This API element is subject to removal in a future version.
- 
getPreferredHeightpublic double getPreferredHeight()Deprecated, for removal: This API element is subject to removal in a future version.
- 
compareToDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- compareToin interface- Comparable
 
- 
toStringDeprecated, for removal: This API element is subject to removal in a future version.
- 
getHeightInLayoutpublic double getHeightInLayout()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getHeightInLayoutin interface- LayoutEntity
 
- 
getLayoutInformationDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getLayoutInformationin interface- LayoutEntity
 
- 
getWidthInLayoutpublic double getWidthInLayout()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getWidthInLayoutin interface- LayoutEntity
 
- 
getXInLayoutpublic double getXInLayout()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getXInLayoutin interface- LayoutEntity
 
- 
getYInLayoutpublic double getYInLayout()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getYInLayoutin interface- LayoutEntity
 
- 
populateLayoutConstraintDeprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:LayoutEntityClasses should update the specified layout constraint if recognized- Specified by:
- populateLayoutConstraintin interface- LayoutEntity
 
- 
setLayoutInformationDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- setLayoutInformationin interface- LayoutEntity
 
- 
setLocationInLayoutpublic void setLocationInLayout(double x, double y) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- setLocationInLayoutin interface- LayoutEntity
 
- 
setSizeInLayoutpublic void setSizeInLayout(double width, double height) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- setSizeInLayoutin interface- LayoutEntity
 
- 
getGraphDataDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getGraphDatain interface- LayoutItem
 
- 
setGraphDataDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- setGraphDatain interface- LayoutItem
 
 
-