Uses of Class
org.generation5.ai.InfluenceMap

Packages that use InfluenceMap
org.generation5.ai General AI classes including agents, pathfinders and finite-state machines. 
 

Uses of InfluenceMap in org.generation5.ai
 

Fields in org.generation5.ai declared as InfluenceMap
protected  InfluenceMap BoardGame.renderMap
          The influence map to render.
 

Methods in org.generation5.ai with parameters of type InfluenceMap
 void BoardGame.setRenderMap(InfluenceMap map)
          Set the influence map to render.
 void BoardGame.setRenderMap(InfluenceMap map, Gradient gradient)
          Set the influence map to render, along with a gradient.
 


This documentation is part of the Generation5 JDK.