org.jfree.report.demo.cards
Class NoPrintCard

java.lang.Object
  extended byorg.jfree.report.demo.cards.Card
      extended byorg.jfree.report.demo.cards.NoPrintCard

public class NoPrintCard
extends Card

An empty card.

Author:
Thomas Morgner.

Constructor Summary
NoPrintCard()
          Creates an empty card.
 
Method Summary
 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

NoPrintCard

public NoPrintCard()
Creates an empty card.

Method Detail

getType

public CardType getType()
Returns the card type.

Specified by:
getType in class Card
Returns:
The card type.