|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.badlogic.gdx.assets.AssetLoaderParameters<BitmapFont>
com.badlogic.gdx.assets.loaders.BitmapFontLoader.BitmapFontParameter
public static class BitmapFontLoader.BitmapFontParameter
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.badlogic.gdx.assets.AssetLoaderParameters |
---|
AssetLoaderParameters.LoadedCallback |
Field Summary | |
---|---|
boolean |
flip
whether to flipY the font or not |
Texture.TextureFilter |
maxFilter
the maximum filter to be used for the backing texture |
Texture.TextureFilter |
minFitler
the minimum filter to be used for the backing texture |
Fields inherited from class com.badlogic.gdx.assets.AssetLoaderParameters |
---|
loadedCallback |
Constructor Summary | |
---|---|
BitmapFontLoader.BitmapFontParameter()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean flip
public Texture.TextureFilter minFitler
public Texture.TextureFilter maxFilter
Constructor Detail |
---|
public BitmapFontLoader.BitmapFontParameter()
|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |