Uses of Class
org.newdawn.slick.font.Glyph

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

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

Methods in org.newdawn.slick.font.effects with parameters of type Glyph
 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.