jagafa.naming
Class CardNames

java.lang.Object
  extended by jagafa.naming.CardNames

public abstract class CardNames
extends java.lang.Object

CardNames is a utility class for constructing user-friendly readable string-representations of cards


Constructor Summary
CardNames()
           
 
Method Summary
static java.lang.String getName(Card c)
          Get a user-friendly name of the card
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CardNames

public CardNames()
Method Detail

getName

public static java.lang.String getName(Card c)
Get a user-friendly name of the card

Parameters:
c - The card
Returns:
A string containing the color and value name of the card


Copyright 2005 MA Software. All Rights Reserved.