Uses of Class
com.realtime.crossfire.jxclient.map.Location

Packages that use Location
com.realtime.crossfire.jxclient.map Implements the map model which is shown in the map and magic map views. 
com.realtime.crossfire.jxclient.mapupdater   
 

Uses of Location in com.realtime.crossfire.jxclient.map
 

Fields in com.realtime.crossfire.jxclient.map with type parameters of type Location
private  java.util.Map<Location,AnimationState> AnimationMap.animations
          The active AnimationState instances.
private  java.util.Set<Location> AnimationState.locations
          All map locations this animation is displayed at.
 

Methods in com.realtime.crossfire.jxclient.map that return types with arguments of type Location
 java.util.Iterator<Location> AnimationState.iterator()
          
 

Methods in com.realtime.crossfire.jxclient.map with parameters of type Location
 void CfMapAnimations.add(Location location, Animation animation, int type)
          Adds a visible animation.
 void AnimationMap.add(Location location, AnimationState animationState)
          Adds a new AnimationState to a Location.
 void AnimationState.allocate(Location location)
          Adds this animation state to a map Location.
 void AnimationState.free(Location location)
          Removes this animation state from a map Location.
private static void AnimationMap.freeAnimationState(AnimationState animationState, Location location)
          Calls AnimationState.free(Location).
 void CfMapAnimations.remove(Location location)
          Removes a visible animation.
 void AnimationMap.remove(Location location)
          Clears a Location.
 void CfMapAnimations.updateSpeed(Location location, int speed)
          Updates the animation speed value.
 void AnimationMap.updateSpeed(Location location, int speed)
          Updates the animation speed value of a Location.
 

Uses of Location in com.realtime.crossfire.jxclient.mapupdater
 

Fields in com.realtime.crossfire.jxclient.mapupdater with type parameters of type Location
private  java.util.Collection<Location> CfMapUpdater.outOfViewMultiFaces
          All multi-tiled faces with heads outside the visible map area.
 

Methods in com.realtime.crossfire.jxclient.mapupdater with parameters of type Location
 void CfMapUpdater.processMapFace(Location location, int faceNum, boolean clearAnimation)
          Updates a map square by changing a face.