moagg.artwork.font
Class FontFactory

java.lang.Object
  extended by moagg.artwork.object.AbstractImageFactory
      extended by moagg.artwork.font.FontFactory

public class FontFactory
extends AbstractImageFactory


Field Summary
 
Fields inherited from class moagg.artwork.object.AbstractImageFactory
EXT
 
Constructor Summary
FontFactory()
           
 
Method Summary
static FontFactory getInstance()
           
 com.golden.gamedev.object.GameFont getMenuFont()
           
 com.golden.gamedev.object.GameFont getNarrowFont()
           
 void init(com.golden.gamedev.GameObject loader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontFactory

public FontFactory()
Method Detail

getInstance

public static FontFactory getInstance()

init

public void init(com.golden.gamedev.GameObject loader)
Specified by:
init in class AbstractImageFactory

getMenuFont

public com.golden.gamedev.object.GameFont getMenuFont()

getNarrowFont

public com.golden.gamedev.object.GameFont getNarrowFont()


Copyright © 2008. All Rights Reserved.