Uses of Interface
org.eclipse.gmf.gmfgraph.XYLayout

Packages that use XYLayout
org.eclipse.gmf.gmfgraph   
org.eclipse.gmf.gmfgraph.impl   
org.eclipse.gmf.gmfgraph.util   
 

Uses of XYLayout in org.eclipse.gmf.gmfgraph
 

Methods in org.eclipse.gmf.gmfgraph that return XYLayout
 XYLayout GMFGraphFactory.createXYLayout()
          Returns a new object of class 'XY Layout'.
 

Uses of XYLayout in org.eclipse.gmf.gmfgraph.impl
 

Classes in org.eclipse.gmf.gmfgraph.impl that implement XYLayout
 class XYLayoutImpl
          An implementation of the model object 'XY Layout'.
 

Methods in org.eclipse.gmf.gmfgraph.impl that return XYLayout
 XYLayout GMFGraphFactoryImpl.createXYLayout()
           
 

Uses of XYLayout in org.eclipse.gmf.gmfgraph.util
 

Methods in org.eclipse.gmf.gmfgraph.util with parameters of type XYLayout
 T GMFGraphSwitch.caseXYLayout(XYLayout object)
          Returns the result of interpreting the object as an instance of 'XY Layout'.
 



Copyright © 2012. All Rights Reserved.