Uses of Class
org.generation5.util.Gradient

Packages that use Gradient
org.generation5.ai General AI classes including agents, pathfinders and finite-state machines. 
org.generation5.util This package provides utility methods and classes. 
 

Uses of Gradient in org.generation5.ai
 

Fields in org.generation5.ai declared as Gradient
protected  Gradient BoardGame.influenceGradient
          The gradient used to render the influence map.
protected  Gradient AStarMap.openGradient
          The open list gradient (red).
protected  Gradient AStarMap.closedGradient
          The closed list gradient (blue).
 

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

Uses of Gradient in org.generation5.util
 

Fields in org.generation5.util declared as Gradient
protected static Gradient TravellingSalesman.routeGradient
          The gradient rendered for the route.
 


This documentation is part of the Generation5 JDK.