rolec
Class JokerCard

java.lang.Object
  extended by rolec.Card
      extended by rolec.JokerCard

public class JokerCard
extends Card

This class represents a joker within the game of FranksZoo


Constructor Summary
JokerCard(org.jdom.Element card)
          Constructs a new JokerCard from an xml-file specifying the features of the JokerCard
 
Method Summary
 
Methods inherited from class rolec.Card
getID, getName, getNumber, print, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JokerCard

public JokerCard(org.jdom.Element card)
Constructs a new JokerCard from an xml-file specifying the features of the JokerCard

Parameters:
card - an Element from the xml-file specifying the features of the card