libgdx API

com.badlogic.gdx.graphics.g2d
Class BitmapFont.TextBounds

java.lang.Object
  extended by com.badlogic.gdx.graphics.g2d.BitmapFont.TextBounds
Enclosing class:
BitmapFont

public static class BitmapFont.TextBounds
extends java.lang.Object


Field Summary
 float height
           
 float width
           
 
Constructor Summary
BitmapFont.TextBounds()
           
BitmapFont.TextBounds(BitmapFont.TextBounds bounds)
           
 
Method Summary
 void set(BitmapFont.TextBounds bounds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

public float width

height

public float height
Constructor Detail

BitmapFont.TextBounds

public BitmapFont.TextBounds()

BitmapFont.TextBounds

public BitmapFont.TextBounds(BitmapFont.TextBounds bounds)
Method Detail

set

public void set(BitmapFont.TextBounds bounds)

libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)