Uses of Class
fr.umlv.lawrence.Location

Packages that use Location
fr.umlv.lawrence   
 

Uses of Location in fr.umlv.lawrence
 

Methods in fr.umlv.lawrence that return Location
 Location GridPane.pointerPosition()
           
 

Methods in fr.umlv.lawrence with parameters of type Location
 boolean DefaultGridModel.contains(Location location)
          Returns if a location lies within the model
 void DefaultGridModel.setHighligthElement(Location location, E element)
          Set or remove the highlight element at a location.