Class ImageFactory

java.lang.Object
  extended by ImageFactory

public class ImageFactory
extends java.lang.Object


Constructor Summary
ImageFactory()
           
 
Method Summary
static AnimatedImage aperatorActive()
           
static AnimatedImage aperatorStandby()
           
static AnimatedImage clockFace()
           
static AnimatedImage flag()
           
static javax.swing.ImageIcon flagTool()
           
static javax.swing.ImageIcon followTool()
           
static javax.swing.ImageIcon foodTool()
           
static javax.swing.ImageIcon herbivoreTool()
           
static AnimatedImage kirby()
           
static javax.swing.ImageIcon lightningTool()
           
static javax.swing.ImageIcon moveTool()
           
static AnimatedImage orb_of_death()
           
static javax.swing.ImageIcon predatorTool()
           
static javax.swing.ImageIcon profileTool()
           
static javax.swing.ImageIcon pushableItemTool()
           
static AnimatedImage rock()
           
static javax.swing.ImageIcon rockTool()
           
static javax.swing.ImageIcon sectorOnOffTool()
           
static javax.swing.ImageIcon sectorWaterTool()
           
static CharacterImagePackage simpleCharacterPackage()
           
static AnimatedImage simpleTree()
           
static javax.swing.ImageIcon smiteTool()
           
static AnimatedImage sphere()
           
static AnimatedImage stargate()
           
static AnimatedImage stargateFlush()
           
static AnimatedImage stargateOff()
           
static AnimatedImage stone()
           
static AnimatedImage transporterActive()
           
static AnimatedImage transporterStandby()
           
static javax.swing.ImageIcon transporterTool()
           
static javax.swing.ImageIcon treeTool()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageFactory

public ImageFactory()
Method Detail

kirby

public static AnimatedImage kirby()

simpleTree

public static AnimatedImage simpleTree()

stone

public static AnimatedImage stone()

rock

public static AnimatedImage rock()

orb_of_death

public static AnimatedImage orb_of_death()

stargate

public static AnimatedImage stargate()

stargateFlush

public static AnimatedImage stargateFlush()

stargateOff

public static AnimatedImage stargateOff()

transporterStandby

public static AnimatedImage transporterStandby()

transporterActive

public static AnimatedImage transporterActive()

aperatorStandby

public static AnimatedImage aperatorStandby()

aperatorActive

public static AnimatedImage aperatorActive()

flag

public static AnimatedImage flag()

sphere

public static AnimatedImage sphere()

clockFace

public static AnimatedImage clockFace()

simpleCharacterPackage

public static CharacterImagePackage simpleCharacterPackage()

rockTool

public static javax.swing.ImageIcon rockTool()

treeTool

public static javax.swing.ImageIcon treeTool()

foodTool

public static javax.swing.ImageIcon foodTool()

herbivoreTool

public static javax.swing.ImageIcon herbivoreTool()

predatorTool

public static javax.swing.ImageIcon predatorTool()

pushableItemTool

public static javax.swing.ImageIcon pushableItemTool()

smiteTool

public static javax.swing.ImageIcon smiteTool()

profileTool

public static javax.swing.ImageIcon profileTool()

moveTool

public static javax.swing.ImageIcon moveTool()

followTool

public static javax.swing.ImageIcon followTool()

lightningTool

public static javax.swing.ImageIcon lightningTool()

sectorOnOffTool

public static javax.swing.ImageIcon sectorOnOffTool()

sectorWaterTool

public static javax.swing.ImageIcon sectorWaterTool()

transporterTool

public static javax.swing.ImageIcon transporterTool()

flagTool

public static javax.swing.ImageIcon flagTool()