org.jfree.report.demo.cards
Class Card

java.lang.Object
  extended byorg.jfree.report.demo.cards.Card
Direct Known Subclasses:
FreeCard, NoPrintCard, PersonBoundCard

public abstract class Card
extends java.lang.Object

Base class for a card.

Author:
Thomas Morgner.

Constructor Summary
Card()
          Default constructor.
 
Method Summary
abstract  CardType getType()
          Returns the card type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Card

public Card()
Default constructor.

Method Detail

getType

public abstract CardType getType()
Returns the card type.

Returns:
The card type.