|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jmex.angelfont.BitmapFontLoader
public class BitmapFontLoader
A Loader class for BitmapFont objects.
| Constructor Summary | |
|---|---|
BitmapFontLoader()
|
|
| Method Summary | |
|---|---|
static BitmapFont |
load(java.net.URL fontFile,
java.net.URL textureFile)
loads the BitmapFont defined by the two provided URLs |
static BitmapFont |
loadDefaultFont()
Loads the jme default BitmapFont |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BitmapFontLoader()
| Method Detail |
|---|
public static BitmapFont loadDefaultFont()
BitmapFont
public static BitmapFont load(java.net.URL fontFile,
java.net.URL textureFile)
throws java.io.IOException
BitmapFont defined by the two provided URLs
fontFile - the URL to the .fnt file of the BitmapFonttextureFile - the URL to the texture file of the BitmapFont
URLs
java.io.IOException - if one of the provided URLs is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||