Uses of Class
ch.aplu.jcardgame.TargetArea

Packages that use TargetArea
ch.aplu.jcardgame Addon package of the JDroidLib framework for developing card game applications. 
 

Uses of TargetArea in ch.aplu.jcardgame
 

Methods in ch.aplu.jcardgame that return TargetArea
 TargetArea TargetArea.clone()
          Performs a deep copy of the given TargetArea.
 TargetArea Hand.getTargetArea()
          Returns a reference to the current target area.
 

Methods in ch.aplu.jcardgame with parameters of type TargetArea
 void Hand.setTargetArea(TargetArea targetArea)
          Sets the transferring attributes for all cards in the current hand.