Uses of Interface
ch.epfl.craft.maglib.magnet.MagnetLayout

Packages that use MagnetLayout
ch.epfl.craft.maglib   
ch.epfl.craft.maglib.magnet   
ch.epfl.craft.magmap.magnet   
 

Uses of MagnetLayout in ch.epfl.craft.maglib
 

Fields in ch.epfl.craft.maglib declared as MagnetLayout
protected  MagnetLayout MagnetView.magnetLayout
           
 

Methods in ch.epfl.craft.maglib that return MagnetLayout
 MagnetLayout MagnetView.getMagnetLayout()
          Returns the MagnetLayout that is used by the this MagnetView.
 

Methods in ch.epfl.craft.maglib with parameters of type MagnetLayout
 void MagnetView.setMagnetLayout(MagnetLayout newMagnetLayout)
          Sets the layout algorithm that will be used by the this MagnetView.
 

Uses of MagnetLayout in ch.epfl.craft.maglib.magnet
 

Classes in ch.epfl.craft.maglib.magnet that implement MagnetLayout
 class CentralMagnetLayout
          This class will layout the nodes on the MagnetView it controls.
 class DefaultMagnetLayout
          This class will layout the nodes on the MagnetView it controls.
 

Uses of MagnetLayout in ch.epfl.craft.magmap.magnet
 

Classes in ch.epfl.craft.magmap.magnet that implement MagnetLayout
 class MagMapMagnetLayout
          This layout algorithm simply extends the DefaultMagnetLayout, and listens to changes in the number of visible nodes controlled by the numberOfNodesSlider Slider in MagMapMainFrame.
 



Copyright © CRAFT EPFL. All Rights Reserved.