Domain Modeling Layer

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

All Superinterfaces:
IOperation

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

public interface ILayoutNodesOperation
extends IOperation

This is here for backwards compatibility only.

See Also:
org.eclipse.gmf.runtime.diagram.ui.services.layout.ILayoutNodesOperation

Method Summary
 IAdaptable getLayoutHint()
          Deprecated. getLayoutHint Retrieves the value of the layoutHint instance variable.
 List getLayoutNodes()
          Deprecated. getLayoutNodes Gets the list of nodes to layout.
 boolean shouldOffsetFromBoundingBox()
          Deprecated. shouldOffsetFromBoundingBox
 
Methods inherited from interface org.eclipse.gmf.runtime.common.core.service.IOperation
execute
 

Method Detail

getLayoutNodes

List getLayoutNodes()
Deprecated. 
getLayoutNodes Gets the list of nodes to layout.

Returns:
List of ILayoutNode objects that are to participate in the layout operation.

shouldOffsetFromBoundingBox

boolean shouldOffsetFromBoundingBox()
Deprecated. 
shouldOffsetFromBoundingBox

Returns:
boolean indicating whether the Nodes should be laid out relative to the bounding box of the Nodes in the nodesToSizes Map.

getLayoutHint

IAdaptable getLayoutHint()
Deprecated. 
getLayoutHint Retrieves the value of the layoutHint instance variable.

Returns:
IAdaptable hint to the provider to determine the layout kind. IAdaptable will typically adapt to string that can be one of ILayoutNodesProvider.DEFAULT_LAYOUT or ILayoutNodesProvider.RADIAL_LAYOUT.

Domain Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.