Uses of Class
org.newdawn.slick.UnicodeFont

Packages that use UnicodeFont
org.newdawn.slick.font   
org.newdawn.slick.font.effects   
 

Uses of UnicodeFont in org.newdawn.slick.font
 

Constructors in org.newdawn.slick.font with parameters of type UnicodeFont
Glyph(int codePoint, java.awt.Rectangle bounds, java.awt.font.GlyphVector vector, int index, UnicodeFont unicodeFont)
          Create a new glyph
GlyphPage(UnicodeFont unicodeFont, int pageWidth, int pageHeight)
          Create a new page of glyphs
 

Uses of UnicodeFont in org.newdawn.slick.font.effects
 

Methods in org.newdawn.slick.font.effects with parameters of type UnicodeFont
 void ShadowEffect.draw(java.awt.image.BufferedImage image, java.awt.Graphics2D g, UnicodeFont unicodeFont, Glyph glyph)
           
 void OutlineEffect.draw(java.awt.image.BufferedImage image, java.awt.Graphics2D g, UnicodeFont unicodeFont, Glyph glyph)
           
 void GradientEffect.draw(java.awt.image.BufferedImage image, java.awt.Graphics2D g, UnicodeFont unicodeFont, Glyph glyph)
           
 void FilterEffect.draw(java.awt.image.BufferedImage image, java.awt.Graphics2D g, UnicodeFont unicodeFont, Glyph glyph)
           
 void Effect.draw(java.awt.image.BufferedImage image, java.awt.Graphics2D g, UnicodeFont unicodeFont, Glyph glyph)
          Called to draw the effect.
 void ColorEffect.draw(java.awt.image.BufferedImage image, java.awt.Graphics2D g, UnicodeFont unicodeFont, Glyph glyph)
           
 



Copyright © 2006 New Dawn Software. All Rights Reserved.