Zest
1.5.0.201308190730

org.eclipse.zest.layouts
Class LayoutIterationEvent

java.lang.Object
  extended by org.eclipse.zest.layouts.LayoutIterationEvent

public class LayoutIterationEvent
extends java.lang.Object

When a layout completes an iteration, it throws this event to allow the application to update. For example, at the end of an iteration is can be assumed the layout has placed each entity into a new location. This event allows the application to update the GUI to represent the new locations


Constructor Summary
LayoutIterationEvent()
           
 
Method Summary
 java.util.List getEntitiesToLayout()
          Return the entities used in this layout.
 int getIterationCompleted()
          Return the iteration of the layout algorithm that was just completed.
 java.util.List getRelationshipsToLayout()
          Return the relationships used in this layout.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutIterationEvent

public LayoutIterationEvent()
Method Detail

getRelationshipsToLayout

public java.util.List getRelationshipsToLayout()
Return the relationships used in this layout.


getEntitiesToLayout

public java.util.List getEntitiesToLayout()
Return the entities used in this layout.


getIterationCompleted

public int getIterationCompleted()
Return the iteration of the layout algorithm that was just completed.


Zest
1.5.0.201308190730

Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.