Domain Modeling Layer

com.ibm.xtools.presentation.services.layout
Interface ILayoutNode


Deprecated. Use the org.eclipse.gmf.runtime.diagram.ui ILayoutNode instead. The diagram.ui should be used in place of the presentation plugin whenever possible.

public interface ILayoutNode

This is here for backwards compatibility only.

See Also:
ILayoutNode

Method Summary
 Node getNode()
          Deprecated. getNode Accessor method to return the notation meta-model Node object.
 Dimension getSize()
          Deprecated. getSize Accessor method to return the actual size of the node irrespective of whether the Nodes extent (width/height) is in auto-size mode.
 

Method Detail

getNode

Node getNode()
Deprecated. 
getNode Accessor method to return the notation meta-model Node object.

Returns:
Node

getSize

Dimension getSize()
Deprecated. 
getSize Accessor method to return the actual size of the node irrespective of whether the Nodes extent (width/height) is in auto-size mode.

Returns:
Dimension value representing the actual height of the Node.

Domain Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.