Uses of Class
org.newdawn.slick.UnicodeFont.DisplayList

Packages that use UnicodeFont.DisplayList
org.newdawn.slick   
 

Uses of UnicodeFont.DisplayList in org.newdawn.slick
 

Methods in org.newdawn.slick that return UnicodeFont.DisplayList
 UnicodeFont.DisplayList UnicodeFont.drawDisplayList(float x, float y, java.lang.String text, Color color, int startIndex, int endIndex)
          Identical to UnicodeFont.drawString(float, float, String, Color, int, int) but returns a DisplayList which provides access to the width and height of the text drawn.
 



Copyright © 2006 New Dawn Software. All Rights Reserved.