Uses of Class
org.mars_sim.msp.simulation.person.ai.mission.NavPoint

Packages that use NavPoint
org.mars_sim.msp.simulation.person.ai.mission Contains classes involving missions a person can perform. 
org.mars_sim.msp.ui.standard.tool.map Contains the mars simulation map related UI components 
 

Uses of NavPoint in org.mars_sim.msp.simulation.person.ai.mission
 

Methods in org.mars_sim.msp.simulation.person.ai.mission that return NavPoint
 NavPoint TravelMission.getCurrentNavpoint()
          Gets the current navpoint the mission is stopped at.
 NavPoint TravelMission.getNavpoint(int index)
          Gets the navpoint at an index value.
 NavPoint TravelMission.getNextNavpoint()
          Gets the mission's next navpoint.
 NavPoint TravelMission.getPreviousNavpoint()
          Gets the last navpoint reached.
 

Methods in org.mars_sim.msp.simulation.person.ai.mission with parameters of type NavPoint
 void TravelMission.addNavpoint(NavPoint navPoint)
          Adds a navpoint to the mission.
 int TravelMission.getNavpointIndex(NavPoint navpoint)
          Gets the index of a navpoint.
protected  void TravelMission.setNavpoint(int index, NavPoint navPoint)
          Sets a nav point for the mission.
 

Uses of NavPoint in org.mars_sim.msp.ui.standard.tool.map
 

Methods in org.mars_sim.msp.ui.standard.tool.map with parameters of type NavPoint
 void NavpointMapLayer.setSelectedNavpoint(NavPoint selectedNavpoint)
          Sets a navpoint to be selected and displayed differently than the others.