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

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

Uses of MagnetModel in ch.epfl.craft.maglib
 

Fields in ch.epfl.craft.maglib declared as MagnetModel
protected  MagnetModel MagnetView.magnetModel
           
 

Methods in ch.epfl.craft.maglib that return MagnetModel
protected static MagnetModel MagnetView.createMagnetModel(java.lang.Object value)
          Returns a MagnetModel wrapping the specified object.
 MagnetModel MagnetView.getMagnetModel()
          Returns the MagnetModel that is used by the this MagnetView instance.
 

Methods in ch.epfl.craft.maglib with parameters of type MagnetModel
 void MagnetView.setMagnetModel(MagnetModel newMagnetModel)
          Sets the model that will be used by the this MagnetView.
 

Constructors in ch.epfl.craft.maglib with parameters of type MagnetModel
MagnetView(MagnetModel newModel)
          Returns an instance of MagnetView -- the view is created using the specified data model.
 

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

Classes in ch.epfl.craft.maglib.magnet that implement MagnetModel
 class DefaultMagnetModel
          Manages the nodes.
 

Fields in ch.epfl.craft.maglib.magnet declared as MagnetModel
protected  MagnetModel DefaultMagnetLayout.magnetModel
          the model that we layout
 

Methods in ch.epfl.craft.maglib.magnet with parameters of type MagnetModel
 void MagnetLayout.setMagnetModel(MagnetModel newModel)
          Set the model that the layout is in charge of updating.
 void DefaultMagnetLayout.setMagnetModel(MagnetModel newMagnetModel)
          Set the model that the layout is in charge of updating.
 

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

Classes in ch.epfl.craft.magmap.magnet that implement MagnetModel
 class MagMapMagnetModel
          Manages the nodes.
 



Copyright © CRAFT EPFL. All Rights Reserved.