A B C G H I K L O P R S T 

A

addBitmap(int, String) - Method in class org.jglfont.impl.format.BitmapFontData
 
addCharacter(Character, BitmapFontCharacterInfo) - Method in class org.jglfont.impl.format.BitmapFontData
 
addKerning(Character, Integer) - Method in class org.jglfont.impl.format.BitmapFontCharacterInfo
 
afterRender() - Method in interface org.jglfont.spi.BitmapFontRenderer
This is called after several render() calls.
AngelCodeBitmapFontLoader - Class in org.jglfont.impl.format.angelcode
A BitmapFontDataLoader implementation for AngelCode Font file.
AngelCodeBitmapFontLoader(AngelCodeLineProcessors) - Constructor for class org.jglfont.impl.format.angelcode.AngelCodeBitmapFontLoader
 
AngelCodeLine - Interface in org.jglfont.impl.format.angelcode
A Line interface implementation handles exactly one line type from the Angelcode font file and extracts the data of the line into the given BitmapFontData.
AngelCodeLineData - Class in org.jglfont.impl.format.angelcode
LineData
AngelCodeLineData() - Constructor for class org.jglfont.impl.format.angelcode.AngelCodeLineData
 
AngelCodeLineParser - Class in org.jglfont.impl.format.angelcode
Parses a line from an Angelcode font file into a Map of Strings.
AngelCodeLineParser() - Constructor for class org.jglfont.impl.format.angelcode.AngelCodeLineParser
 
AngelCodeLineProcessors - Class in org.jglfont.impl.format.angelcode
 
AngelCodeLineProcessors() - Constructor for class org.jglfont.impl.format.angelcode.AngelCodeLineProcessors
 

B

beforeRender() - Method in interface org.jglfont.spi.BitmapFontRenderer
This is called before several render() calls are happening.
BitmapFont - Interface in org.jglfont
A BitmapFont ready to be rendered on screen.
BitmapFontCharacterInfo - Class in org.jglfont.impl.format
Informations for an individual character in a BitmapFontData.
BitmapFontCharacterInfo() - Constructor for class org.jglfont.impl.format.BitmapFontCharacterInfo
 
BitmapFontData - Class in org.jglfont.impl.format
A Bitmap Font.
BitmapFontData() - Constructor for class org.jglfont.impl.format.BitmapFontData
 
BitmapFontException - Exception in org.jglfont
 
BitmapFontException(String) - Constructor for exception org.jglfont.BitmapFontException
 
BitmapFontException(Exception) - Constructor for exception org.jglfont.BitmapFontException
 
BitmapFontFactory - Class in org.jglfont
 
BitmapFontFactory(BitmapFontRenderer) - Constructor for class org.jglfont.BitmapFontFactory
 
BitmapFontFactory(BitmapFontRenderer, ResourceLoader) - Constructor for class org.jglfont.BitmapFontFactory
 
BitmapFontImpl - Class in org.jglfont.impl
The core BitmapFont class represents a bitmap font :) that can render text.
BitmapFontImpl(BitmapFontRenderer, ResourceLoader, BitmapFontData, String) - Constructor for class org.jglfont.impl.BitmapFontImpl
Create a BitmapFont using the given BitmapFontRenderer and the BitmapFontData.
BitmapFontLoader - Interface in org.jglfont.impl.format
A BitmapFontLoader.
BitmapFontRenderer - Interface in org.jglfont.spi
The interface necessary to let jglfont render a Bitmap.

C

CharLine - Class in org.jglfont.impl.format.angelcode.line
CharLine
CharLine() - Constructor for class org.jglfont.impl.format.angelcode.line.CharLine
 
CharsLine - Class in org.jglfont.impl.format.angelcode.line
CharsLine
CharsLine() - Constructor for class org.jglfont.impl.format.angelcode.line.CharsLine
 
ClasspathResourceLoader - Class in org.jglfont.impl
 
ClasspathResourceLoader() - Constructor for class org.jglfont.impl.ClasspathResourceLoader
 
clear() - Method in class org.jglfont.impl.format.angelcode.AngelCodeLineData
 
CommonLine - Class in org.jglfont.impl.format.angelcode.line
CommonLine
CommonLine() - Constructor for class org.jglfont.impl.format.angelcode.line.CommonLine
 

G

get(String) - Method in class org.jglfont.impl.format.angelcode.AngelCodeLineProcessors
 
getBitmapHeight() - Method in class org.jglfont.impl.format.BitmapFontData
 
getBitmaps() - Method in class org.jglfont.impl.format.BitmapFontData
 
getBitmapWidth() - Method in class org.jglfont.impl.format.BitmapFontData
 
getCharacters() - Method in class org.jglfont.impl.format.BitmapFontData
 
getCharacterWidth(char, char) - Method in interface org.jglfont.BitmapFont
Get the width of a single character.
getCharacterWidth(char, char, float) - Method in interface org.jglfont.BitmapFont
The same as the getCharacterWidth(int, char) method but takes a scaled size into account.
getCharacterWidth(char, char) - Method in class org.jglfont.impl.BitmapFontImpl
 
getCharacterWidth(char, char, float) - Method in class org.jglfont.impl.BitmapFontImpl
 
getHeight() - Method in interface org.jglfont.BitmapFont
The height of the given font (the lineHeight property of the font data)
getHeight() - Method in class org.jglfont.impl.BitmapFontImpl
 
getHeight() - Method in class org.jglfont.impl.format.BitmapFontCharacterInfo
 
getId() - Method in class org.jglfont.impl.format.BitmapFontCharacterInfo
 
getInt(String) - Method in class org.jglfont.impl.format.angelcode.AngelCodeLineData
 
getKerning() - Method in class org.jglfont.impl.format.BitmapFontCharacterInfo
 
getLineHeight() - Method in class org.jglfont.impl.format.BitmapFontData
 
getName() - Method in class org.jglfont.impl.format.BitmapFontData
 
getPage() - Method in class org.jglfont.impl.format.BitmapFontCharacterInfo
 
getString(String) - Method in class org.jglfont.impl.format.angelcode.AngelCodeLineData
 
getStringWidth(String) - Method in interface org.jglfont.BitmapFont
Returns the width of the given String.
getStringWidth(String, float) - Method in interface org.jglfont.BitmapFont
The same as the getStringWidthInternal(String) method that takes the given size into account.
getStringWidth(String) - Method in class org.jglfont.impl.BitmapFontImpl
 
getStringWidth(String, float) - Method in class org.jglfont.impl.BitmapFontImpl
 
getWidth() - Method in class org.jglfont.impl.format.BitmapFontCharacterInfo
 
getX() - Method in class org.jglfont.impl.format.BitmapFontCharacterInfo
 
getXadvance() - Method in class org.jglfont.impl.format.BitmapFontCharacterInfo
 
getXoffset() - Method in class org.jglfont.impl.format.BitmapFontCharacterInfo
 
getY() - Method in class org.jglfont.impl.format.BitmapFontCharacterInfo
 
getYoffset() - Method in class org.jglfont.impl.format.BitmapFontCharacterInfo
 

H

hasValue(String) - Method in class org.jglfont.impl.format.angelcode.AngelCodeLineData
 

I

InfoLine - Class in org.jglfont.impl.format.angelcode.line
InfoLine
InfoLine() - Constructor for class org.jglfont.impl.format.angelcode.line.InfoLine
 

K

KerningLine - Class in org.jglfont.impl.format.angelcode.line
KerningLine
KerningLine() - Constructor for class org.jglfont.impl.format.angelcode.line.KerningLine
 
KerningsLine - Class in org.jglfont.impl.format.angelcode.line
KerningsLine
KerningsLine() - Constructor for class org.jglfont.impl.format.angelcode.line.KerningsLine
 

L

load(String) - Method in class org.jglfont.impl.ClasspathResourceLoader
 
load(InputStream) - Method in class org.jglfont.impl.format.angelcode.AngelCodeBitmapFontLoader
 
load(InputStream) - Method in interface org.jglfont.impl.format.BitmapFontLoader
Load a font.
load(String) - Method in interface org.jglfont.spi.ResourceLoader
Load the resource given by filename using any way you'd like to provide an InputStream.
loadFont(InputStream, String) - Method in class org.jglfont.BitmapFontFactory
 

O

org.jglfont - package org.jglfont
 
org.jglfont.impl - package org.jglfont.impl
 
org.jglfont.impl.format - package org.jglfont.impl.format
 
org.jglfont.impl.format.angelcode - package org.jglfont.impl.format.angelcode
 
org.jglfont.impl.format.angelcode.line - package org.jglfont.impl.format.angelcode.line
 
org.jglfont.spi - package org.jglfont.spi
 

P

PageLine - Class in org.jglfont.impl.format.angelcode.line
PageLine
PageLine() - Constructor for class org.jglfont.impl.format.angelcode.line.PageLine
 
parse(String, AngelCodeLineData) - Method in class org.jglfont.impl.format.angelcode.AngelCodeLineParser
 
prepare() - Method in interface org.jglfont.spi.BitmapFontRenderer
This is called after all registerBitmap() and registerGlyph() calls are done.
preProcess(String, int) - Method in interface org.jglfont.spi.BitmapFontRenderer
This allows any pre-processing of the next characters to happen.
preProcessForLength(String, int) - Method in interface org.jglfont.spi.BitmapFontRenderer
This allows any pre-processing of the next characters to happen when the width of a text is to be calculated.
process(AngelCodeLineData, BitmapFontData) - Method in interface org.jglfont.impl.format.angelcode.AngelCodeLine
Take the line which represents the current line with all data split into key/value types and fill the corresponding properties of the given BitmapFontData font.
process(AngelCodeLineData, BitmapFontData) - Method in class org.jglfont.impl.format.angelcode.line.CharLine
 
process(AngelCodeLineData, BitmapFontData) - Method in class org.jglfont.impl.format.angelcode.line.CharsLine
 
process(AngelCodeLineData, BitmapFontData) - Method in class org.jglfont.impl.format.angelcode.line.CommonLine
 
process(AngelCodeLineData, BitmapFontData) - Method in class org.jglfont.impl.format.angelcode.line.InfoLine
 
process(AngelCodeLineData, BitmapFontData) - Method in class org.jglfont.impl.format.angelcode.line.KerningLine
 
process(AngelCodeLineData, BitmapFontData) - Method in class org.jglfont.impl.format.angelcode.line.KerningsLine
 
process(AngelCodeLineData, BitmapFontData) - Method in class org.jglfont.impl.format.angelcode.line.PageLine
 
put(String, String) - Method in class org.jglfont.impl.format.angelcode.AngelCodeLineData
 

R

registerBitmap(String, InputStream, String) - Method in interface org.jglfont.spi.BitmapFontRenderer
Register the bitmap with the given data under the given key.
registerGlyph(String, char, int, int, int, int, float, float, float, float) - Method in interface org.jglfont.spi.BitmapFontRenderer
Register a single Character Glyph for later rendering.
render(String, int, int, char, float, float, float, float, float, float) - Method in interface org.jglfont.spi.BitmapFontRenderer
Render a single character at the given position with the given color using the given bitmapId.
renderText(int, int, String) - Method in interface org.jglfont.BitmapFont
Output text at the given x and y positon.
renderText(int, int, String, float, float, float, float, float, float) - Method in interface org.jglfont.BitmapFont
Output text at the given x and y position using the given color and the r,g,b,a components.
renderText(int, int, String) - Method in class org.jglfont.impl.BitmapFontImpl
 
renderText(int, int, String, float, float, float, float, float, float) - Method in class org.jglfont.impl.BitmapFontImpl
 
ResourceLoader - Interface in org.jglfont.spi
This translates a filename (as stored in the angelcode bitmap font format example) into an Inputstream.

S

setBitmapHeight(int) - Method in class org.jglfont.impl.format.BitmapFontData
 
setBitmapWidth(int) - Method in class org.jglfont.impl.format.BitmapFontData
 
setHeight(int) - Method in class org.jglfont.impl.format.BitmapFontCharacterInfo
 
setId(int) - Method in class org.jglfont.impl.format.BitmapFontCharacterInfo
 
setLineHeight(int) - Method in class org.jglfont.impl.format.BitmapFontData
 
setName(String) - Method in class org.jglfont.impl.format.BitmapFontData
 
setPage(String) - Method in class org.jglfont.impl.format.BitmapFontCharacterInfo
 
setWidth(int) - Method in class org.jglfont.impl.format.BitmapFontCharacterInfo
 
setX(int) - Method in class org.jglfont.impl.format.BitmapFontCharacterInfo
 
setXadvance(int) - Method in class org.jglfont.impl.format.BitmapFontCharacterInfo
 
setXoffset(int) - Method in class org.jglfont.impl.format.BitmapFontCharacterInfo
 
setY(int) - Method in class org.jglfont.impl.format.BitmapFontCharacterInfo
 
setYoffset(int) - Method in class org.jglfont.impl.format.BitmapFontCharacterInfo
 

T

toString() - Method in class org.jglfont.impl.format.angelcode.AngelCodeLineData
 
A B C G H I K L O P R S T 

Copyright © 2013. All Rights Reserved.