Uses of Class
net.sf.freecol.common.model.Tension.Level

Packages that use Tension.Level
net.sf.freecol.client.gui Contains the GUI classes. 
net.sf.freecol.common.model Contains the game model. 
 

Uses of Tension.Level in net.sf.freecol.client.gui
 

Methods in net.sf.freecol.client.gui with parameters of type Tension.Level
 java.awt.Image ImageLibrary.getAlarmChip(Tension.Level alarm, boolean visited)
          Returns the alarm chip with the given color.
 

Uses of Tension.Level in net.sf.freecol.common.model
 

Methods in net.sf.freecol.common.model that return Tension.Level
 Tension.Level Tension.getLevel()
          Returns the current tension level.
static Tension.Level Tension.Level.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Tension.Level[] Tension.Level.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.freecol.common.model with parameters of type Tension.Level
 java.lang.String IndianSettlement.getResponseToMissionaryAttempt(Tension.Level tension, java.lang.String success)
          Gets the response to an attempt to create a mission
 void Tension.setLevel(Tension.Level level)