IBM Rational Software Modeler
Release 6.0

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


public interface ILayoutNode

Interface that wraps the Node view in order to retrieve the size when the Node's extent (either width or height) have been autosized. This interface can be used in the layout provider implementation class.


Method Summary
 Node getNode()
          getNode Accessor method to return the notation meta-model Node object.
 Dimension getSize()
          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

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

Returns:
Node

getSize

public Dimension getSize()
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.

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.