net.sf.magicproject.deckbuilder
Class BuildBook

java.lang.Object
  extended by net.sf.magicproject.deckbuilder.BuildBook

public class BuildBook
extends java.lang.Object

Since:
0.91
Author:
Stefano "Kismet" Lenzi

Method Summary
 void build()
           
 com.lowagie.text.Image getImage(java.lang.String cardName)
           
static void main(java.lang.String[] args)
          A cell with an image.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

build

public void build()

getImage

public com.lowagie.text.Image getImage(java.lang.String cardName)
                                throws com.lowagie.text.BadElementException,
                                       java.io.IOException
Parameters:
cardName - the key card name.
Returns:
the image associated to this card
Throws:
com.lowagie.text.BadElementException
java.io.IOException - If some other I/O error occurs

main

public static void main(java.lang.String[] args)
A cell with an image.

Parameters:
args - no arguments needed


Copyright © 2003-2007 Magic-Project. All Rights Reserved.